Specialization for function pointers that return t_RET and accept one argument and an ellipsis.

Synopsis

Declared in <bdlf_bind.h>

template<
    class t_RET,
    class A1>
struct Bind_FuncTraitsHasNoEllipsis<t_RET(*)(A1, ...)>;

Enums

Name

Description

Unnamed enum

Enumeration of ellipsis‐presence traits for this function type.

Created with MrDocs