Quick Links:

bal | bbl | bdl | bsl

Public Types

bdlf::Bind_FuncTraitsImp< RET, FUNC, 0, 0, 1 > Struct Template Reference

#include <bdlf_bind.h>

List of all members.

Public Types

enum  { k_IS_EXPLICIT = 1, k_PARAM_OFFSET = 1, k_HAS_POINTER_SEMANTICS = 0 }
typedef FUNC Type
typedef MemFn< FUNC > WrapperType
typedef RET ResultType
typedef
bslmf::MemberFunctionPointerTraits
< FUNC >::ArgumentList 
ArgumentList

Detailed Description

template<class RET, class FUNC>
struct bdlf::Bind_FuncTraitsImp< RET, FUNC, 0, 0, 1 >

Function traits for member function pointers, with explicit return type specification.

See Component bdlf_bind


Member Typedef Documentation

template<class RET , class FUNC >
typedef FUNC bdlf::Bind_FuncTraitsImp< RET, FUNC, 0, 0, 1 >::Type
template<class RET , class FUNC >
typedef MemFn<FUNC> bdlf::Bind_FuncTraitsImp< RET, FUNC, 0, 0, 1 >::WrapperType
template<class RET , class FUNC >
typedef RET bdlf::Bind_FuncTraitsImp< RET, FUNC, 0, 0, 1 >::ResultType
template<class RET , class FUNC >
typedef bslmf::MemberFunctionPointerTraits<FUNC>::ArgumentList bdlf::Bind_FuncTraitsImp< RET, FUNC, 0, 0, 1 >::ArgumentList

Member Enumeration Documentation

template<class RET , class FUNC >
anonymous enum
Enumerator:
k_IS_EXPLICIT 

we do not support the ellipsis

k_PARAM_OFFSET 
k_HAS_POINTER_SEMANTICS 

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