28 #ifndef BSL_IS_MEMBER_FUNCTION_POINTER_HPP 29 #define BSL_IS_MEMBER_FUNCTION_POINTER_HPP 54 template<
typename T,
typename U>
59 template<
typename T,
typename U>
60 class is_member_function_pointer<T U::*const> final :
61 public bool_constant<is_function<T>::value>
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition: integral_constant.hpp:45
If the provided type is a member function pointer type (taking into account const qualifications),...
Definition: is_member_function_pointer.hpp:49