Searched defs:is_function_impl (Results 1 – 2 of 2) sorted by relevance
51 struct is_function_impl struct
758 struct is_function_impl struct759 { static const bool value = is_reference_convertible_to_pointer<T>::value; };762 struct is_function_impl<T, true> struct763 { static const bool value = false; };