bsl::is_member_function_pointer<t_TYPE volatilet_CLASS::*>

This partial specialization for all volatile-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_TYPE volatilet_CLASS::*>
    : bsl::is_function<t_TYPE>::type

Base Classes

NameDescription
bsl::is_function<t_TYPE>::type