Searched defs:is_function_impl (Results 1 – 2 of 2) sorted by relevance
51 struct is_function_impl struct
583 struct is_function_impl struct584 { static const bool value = is_reference_convertible_to_pointer<T>::value; };587 struct is_function_impl<T, true> struct588 { static const bool value = false; };