Specialization for function pointers that return t_RET and accept one argument which is an ellipsis.
Declared in <bdlf_bind.h>
template<class t_RET>
struct Bind_FuncTraitsHasNoEllipsis<t_RET(*)(...)>;
| Name | Description |
|---|---|
Unnamed enum | Enumeration of ellipsis-presence traits for this function type. |