---- kpp::floating_point << Type System << Kpp c++ ----
kpp::floating_point is a c++ concept of kpp c++ library. It is used for constraint a c++ floating point type.
kpp::floating_point Sig:
template <typename type_t00> concept floating_point = ...;
#include <kpp/types.hpp>
#include <kpp/types.hpp> static_assert(kpp::floating_point<float>); int main() { }