Trait flags for fixed-arity function pointer types.
Declared in <bslmf_functionpointertraits.h>
enum Unnamed enum;
| Name | Description |
|---|---|
IS_FUNCTION_POINTER | 1 indicating that t_PROTOTYPE is a function pointer type. |
IS_NOEXCEPT | 0 indicating that the function is not noexcept. |