|
BDE 4.39.x Production Release
|
#include <bdlf_bind.h>
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.
See bdlf_bind
Public Types | |
| enum | { k_VAL = 1 } |