Searched refs:is_function_impl (Results 1 – 2 of 2) sorted by relevance
51 struct is_function_impl struct60 struct is_function_impl77 struct is_function_impl<T&> : public false_type81 struct is_function_impl<T&&> : public false_type94 template <class T> struct is_function : integral_constant<bool, ::boost::detail::is_function_impl<T…
758 struct is_function_impl struct762 struct is_function_impl<T, true> struct767 : is_function_impl<T>