BloombergLP::bslmf::FunctionPointerTraits<t_BSLMF_RETURN(*)(t_ARGS..., ...) noexcept>::Unnamed enum

Trait flags for C-style varargs function pointer types.

Synopsis

Declared in <bslmf_functionpointertraits.h>

enum Unnamed enum;

Members

NameDescription
IS_FUNCTION_POINTER 1 indicating that t_PROTOTYPE is a function pointer type.
IS_NOEXCEPT 0 indicating that the function is not noexcept.