28 #ifndef BSL_IS_MEMBER_POINTER_HPP 29 #define BSL_IS_MEMBER_POINTER_HPP 53 template<
typename T,
typename U>
57 template<
typename T,
typename U>
58 class is_member_pointer<T U::*const> final :
public true_type
If the provided type is a member pointer type (taking into account const qualifications),...
Definition: is_member_pointer.hpp:48
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition: integral_constant.hpp:45