Quick Links:

bal | bbl | bdl | bsl

Public Types

bdlf::Bind_FuncTraitsImp< RET, 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 = bslmf::HasPointerSemantics<FUNC>::value }
typedef FUNC Type
typedef FUNC WrapperType
typedef RET ResultType

Detailed Description

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

Function traits for function objects that are passed by value 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, 0 >::Type
template<class RET , class FUNC >
typedef FUNC bdlf::Bind_FuncTraitsImp< RET, FUNC, 0, 0, 0 >::WrapperType
template<class RET , class FUNC >
typedef RET bdlf::Bind_FuncTraitsImp< RET, FUNC, 0, 0, 0 >::ResultType

Member Enumeration Documentation

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

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