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