Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Concept to check if a type is a signed integral type. More...
#include <concepts.hpp>
Concept to check if a type is a signed integral type.
Requires std::is_signed_v<T> and std::is_integral_v<T>.
T | Type to check. |