Quick Links:

bal | bbl | bdl | bsl

Public Types

bdlf::Bind_FuncTraitsHasNoEllipsis< FUNC > Struct Template Reference

#include <bdlf_bind.h>

List of all members.

Public Types

enum  { k_VaL = 1 }

Detailed Description

template<class FUNC>
struct bdlf::Bind_FuncTraitsHasNoEllipsis< FUNC >

Determines whether a function type has the ellipsis as an argument. This is needed for making the binder non-explicit in case of a function pointer, reference, or member function pointer. By default, a function does not take an ellipsis unless specialized below. This traits class is used in the Bind_FuncTraitsImp below. Note that this meta function is not supported on sun studio 8.

See Component bdlf_bind


Member Enumeration Documentation

template<class FUNC >
anonymous enum
Enumerator:
k_VaL 

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