This partial specialization for all non‐cv‐qualified pointer‐to‐member types derives from true_type if the specified (template parameter) type is a function type, and from false_type otherwise.
Synopsis
Declared in <bslmf_ismemberfunctionpointer.h>
template<
class t_TYPE,
class t_CLASS>
struct is_member_function_pointer<t_TYPEt_CLASS::*>
: bsl::is_function<t_TYPE>::type
Base Classes
Name |
Description |
|
Created with MrDocs