Home
last modified time | relevance | path

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

/third_party/boost/boost/type_traits/detail/
Dis_function_cxx_03.hpp51 struct is_function_impl struct
/third_party/boost/boost/move/detail/
Dtype_traits.hpp583 struct is_function_impl struct
584 { static const bool value = is_reference_convertible_to_pointer<T>::value; };
587 struct is_function_impl<T, true> struct
588 { static const bool value = false; };