---- kpp::is_chara_v << Basic Traits << Type System << Kpp c++ ----
kpp::is_chara_v is a c++ type trait of kpp c++ library.
It checks if a type is a character type or not.
The following types and their const/volatile/reference-qualified types meet kpp::is_chara_v:
Note that "signed char" and "unsigned char" do not meet kpp::is_chara_v .
kpp::is_chara_v Sig:
template <typename type_t00> constexpr inline bool is_chara_v = ...;
#include <kpp/types.hpp>