Quick Links:

bal | bbl | bdl | bsl

Public Types

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 >

List of all members.

Public Types

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.

See Component bslmf_memberfunctionpointertraits


Member Enumeration Documentation

anonymous enum [inherited]

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