|
fennec
|
Check if T is of an integral.
More...
#include <type_traits.h>
Inherits detail::_is_integral< remove_cvref_t< T > >.
Stores a boolean value in is_integral::value, representing whether the provided type is of a base integer type.
| T | type to check |