SpECTRE
v2025.03.17
|
Check if I
is an integer type (non-bool, non-character), unlike std::is_integral.
More...
#include <IsInteger.hpp>
Check if I
is an integer type (non-bool, non-character), unlike std::is_integral.
Inherits from std::true_type
if I
is a short
, unsigned short
, int
, unsigned int
, long
, unsigned long
, long long
, or unsigned long long
, otherwise inherits from std::false_type
.
For any type I
,
Returns: std::bool_constant