BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdlf::Bind_FuncTraitsHasNoEllipsis< t_FUNC > Struct Template Reference

#include <bdlf_bind.h>

Public Types

enum  { k_VAL = 1 }
 

Detailed Description

template<class t_FUNC>
struct bdlf::Bind_FuncTraitsHasNoEllipsis< t_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.

Member Enumeration Documentation

◆ anonymous enum

template<class t_FUNC >
anonymous enum
Enumerator
k_VAL 

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