Test if a type is arithmetic or void. More...
Static Public Attributes | |
static constexpr const bool | value |
Test if a type is arithmetic or void.
A template that checks a type if it is an integer, float, or void
T | Type to check. |
Based on std::is_fundamental
|
staticconstexpr |