---- kpp::is_floating_point_v << Basic Traits << Type System << Kpp c++ ----
kpp::is_floating_point_v is a c++ type trait of kpp c++ library. kpp::is_floating_point_v is used for deducing if a type is a c++ floating point type or not. It is used for implementing concept kpp::floating_point.
kpp::is_floating_point_v Sig:
template <typename type_t00> constexpr inline bool is_floating_point_v = ...;
#include <kpp/types.hpp>