BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmf::MemberFunctionPointerTraits< t_PROTOTYPE > Struct Template Reference

#include <bslmf_memberfunctionpointertraits.h>

Inheritance diagram for bslmf::MemberFunctionPointerTraits< t_PROTOTYPE >:
bslmf::MemberFunctionPointerTraits_Imp< bsl::remove_cv< t_PROTOTYPE >::type, bsl::remove_cv< t_PROTOTYPE >::type >

Additional Inherited Members

- Public Types inherited from bslmf::MemberFunctionPointerTraits_Imp< bsl::remove_cv< t_PROTOTYPE >::type, bsl::remove_cv< t_PROTOTYPE >::type >
enum  
 

Detailed Description

template<class t_PROTOTYPE>
struct bslmf::MemberFunctionPointerTraits< t_PROTOTYPE >

This metafunction determines the traits of a member function type, including the type of the object that it is a member of, its result type, and the type of its list of arguments.


The documentation for this struct was generated from the following file: