Specialization for function pointers that return t_RET and accept three arguments and an ellipsis.
Synopsis
Declared in <bdlf_bind.h>
template<
class t_RET,
class A1,
class A2,
class A3>
struct Bind_FuncTraitsHasNoEllipsis<t_RET(*)(A1, A2, A3, ...)>;
Enums
Name |
Created with MrDocs