PrevUpHomeNext

kpp::chara


---- kpp::chara << Basic Concepts << Type System << Kpp c++ ----

kpp::chara is a c++ concept of kpp c++ library.

kpp::chara requires the type satisfy character type constraint.

The following types and their const/volatile/reference-qualified types satisfy kpp::chara:

Note that "unsigned char" and "signed char" do not satisfy kpp::chara .

kpp::chara Sig:

template <typename type_t00>
concept chara = ...;

include

#include <kpp/types.hpp>

See Also

kpp::real_number

kpp::integral

Back

Up










Deck

Kpp Home


PrevUpHomeNext