Home
last modified time | relevance | path

Searched defs:is_unary_function_impl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dunique_ptr_meta_utils.hpp454 struct is_unary_function_impl struct
455 { static const bool value = false; };
461 struct is_unary_function_impl<R (*)()> struct
462 { static const bool value = true; };
465 struct is_unary_function_impl<R (*)(...)> struct
466 { static const bool value = true; };
471 struct is_unary_function_impl<R (__stdcall*)()> struct
472 { static const bool value = true; };
477 struct is_unary_function_impl<R (__fastcall*)()> struct
478 { static const bool value = true; };
[all …]