[#bsl-is_member_function_pointer-0c6] = xref:bsl.adoc[bsl]::xref:bsl/is_member_function_pointer-081.adoc[is_member_function_pointer]<t_TYPE constt_CLASS::*> :relfileprefix: ../ :mrdocs: This partial specialization for all `const`‐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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class t_TYPE, class t_CLASS> struct xref:bsl/is_member_function_pointer-081.adoc[is_member_function_pointer]<t_TYPE constt_CLASS::*> : bsl::is_function<t_TYPE>::type ---- == Base Classes [cols="1,4"] |=== | Name| Description | `bsl::is_function<t_TYPE>::type` | |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#