---- kpp::signed_integral << Basic Concepts << Type System << Kpp c++ ----
kpp::signed_integral is a c++ concept of kpp c++ library. It is used for constraint a c++ signed integral type.
kpp::signed_integral Sig:
template <typename type_t00> concept signed_integral = ...;
#include <kpp/types.hpp>
#include <kpp/types.hpp> static_assert(kpp::signed_integral<long long>); int main() { }