My Project
Classes
is_member_function_pointer.hpp File Reference
#include "bool_constant.hpp"
#include "is_function.hpp"
#include "false_type.hpp"

Go to the source code of this file.

Classes

class  bsl::is_member_function_pointer< T >
 If the provided type is a member function pointer type (taking into account const qualifications), provides the member constant value equal to true. Otherwise the member constant value is false. More...
 

Detailed Description