PrevUpHomeNext

kpp::u32str_size


---- kpp::u32str_size << Basic String Utils << Type System << Kpp c++ ----

kpp::u32str_size is a c++ object used to get the character count of c++ raw string const char32_t *

Calling Sig:

constexpr kpp::u64 size = kpp::u32str_size(the_constexpr_string);
kpp::u64 size = kpp::u32str_size(the_string);

Back

Up










Deck

Kpp Home


PrevUpHomeNext