Quick Links:

bal | bbl | bdl | bsl

Public Types

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

#include <bdlf_bind.h>

List of all members.

Public Types

enum  { k_IS_EXPLICIT = Bind_FuncTraitsHasNoEllipsis<FUNC*>::k_VaL, k_PARAM_OFFSET = 0, k_HAS_POINTER_SEMANTICS = 0 }
typedef FUNC Type
typedef FUNC * WrapperType
typedef
bslmf::FunctionPointerTraits
< FUNC * >::ResultType 
ResultType
typedef
bslmf::FunctionPointerTraits
< FUNC * >::ArgumentList 
ArgumentList

Detailed Description

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

Function traits for non-member function types (references or not, but not pointers to function). The result type is determined from the function pointer traits.

See Component bdlf_bind


Member Typedef Documentation

template<class FUNC >
typedef FUNC bdlf::Bind_FuncTraitsImp< bslmf::Nil, FUNC, 1, 0, 0 >::Type
template<class FUNC >
typedef FUNC* bdlf::Bind_FuncTraitsImp< bslmf::Nil, FUNC, 1, 0, 0 >::WrapperType
template<class FUNC >
typedef bslmf::FunctionPointerTraits<FUNC*>::ResultType bdlf::Bind_FuncTraitsImp< bslmf::Nil, FUNC, 1, 0, 0 >::ResultType
template<class FUNC >
typedef bslmf::FunctionPointerTraits<FUNC*>::ArgumentList bdlf::Bind_FuncTraitsImp< bslmf::Nil, FUNC, 1, 0, 0 >::ArgumentList

Member Enumeration Documentation

template<class FUNC >
anonymous enum
Enumerator:
k_IS_EXPLICIT 
k_PARAM_OFFSET 
k_HAS_POINTER_SEMANTICS 

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