Searched refs:is_function_impl (Results 1 – 2 of 2) sorted by relevance
52 struct is_function_impl struct61 struct is_function_impl78 struct is_function_impl<T&> : public false_type82 struct is_function_impl<T&&> : public false_type95 template <class T> struct is_function : integral_constant<bool, ::boost::detail::is_function_impl<T…
583 struct is_function_impl struct587 struct is_function_impl<T, true> struct592 : is_function_impl<T>