|
LLVM
3.7.0
|
Metafunction that determines whether the given type is either an integral type or an enumeration type. More...
#include <type_traits.h>
Static Public Attributes | |
| static const bool | value |
Metafunction that determines whether the given type is either an integral type or an enumeration type.
Note that this accepts potentially more integral types than is_integral because it is based on merely being convertible implicitly to an integral type.
Definition at line 62 of file type_traits.h.
|
static |
Definition at line 66 of file type_traits.h.
1.8.6