xentara-utils v2.0.4
The Xentara Utility Library
|
Determines if a type is a signed integral type, but not a bool or a special character type. More...
#include <xentara/utils/tools/Concepts.hpp>
Determines if a type is a signed integral type, but not a bool or a special character type.
This concept is equivalent to std::signed_integral, but does not include possibly CV-qualified char, wchar_t, char8_t, char16_t, or char32_t.