Quick Links:

bal | bbl | bdl | bsl

Public Types

bdlf::Bind_FuncTraitsImp< bslmf::Nil, FUNC *, 0, 0, 0 > Struct Template Reference

#include <bdlf_bind.h>

List of all members.

Public Types

enum  { k_IS_EXPLICIT = 0, k_HAS_POINTER_SEMANTICS = 1 }
typedef FUNC Type
typedef FUNC * WrapperType
typedef
Bind_OneResultTypeOrAnother
< FUNC >::type 
ResultType

Detailed Description

template<class FUNC>
struct bdlf::Bind_FuncTraitsImp< bslmf::Nil, FUNC *, 0, 0, 0 >

Function traits for objects passed by pointer with no explicit return type. The object is assumed to have a result_type or ResultType type definition, with the former taking precedence if both are defined.

See Component bdlf_bind


Member Typedef Documentation

template<class FUNC >
typedef FUNC bdlf::Bind_FuncTraitsImp< bslmf::Nil, FUNC *, 0, 0, 0 >::Type
template<class FUNC >
typedef FUNC* bdlf::Bind_FuncTraitsImp< bslmf::Nil, FUNC *, 0, 0, 0 >::WrapperType
template<class FUNC >
typedef Bind_OneResultTypeOrAnother<FUNC>::type bdlf::Bind_FuncTraitsImp< bslmf::Nil, FUNC *, 0, 0, 0 >::ResultType

Member Enumeration Documentation

template<class FUNC >
anonymous enum
Enumerator:
k_IS_EXPLICIT 
k_HAS_POINTER_SEMANTICS 

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