Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/include/boost/type_traits/detail/
Dis_function_cxx_03.hpp51 struct is_function_impl struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dtype_traits.hpp758 struct is_function_impl struct
759 { static const bool value = is_reference_convertible_to_pointer<T>::value; };
762 struct is_function_impl<T, true> struct
763 { static const bool value = false; };