PrevUpHomeNext

kpp::formfeed_v_basic


---- kpp::formfeed_v_basic << Empty String Constants << Basic String Utils << Type System << Kpp c++ ----

kpp::formfeed_v_basic is the c++ form feed character of kpp c++ library. It is a class template alias, the parameter of which is one of character types:

char, wchar_t, char8_t, char16_t, char32_t,

c++ example

constexpr inline auto formfeed__ = kpp::formfeed_v_basic<wchar_t>;
kpp::same_v_assert<formfeed__, L'\f'>{};

See Also

kpp::nullstop_v_basic

kpp::newline_v_basic

kpp::same_v_assert

Back

Up










Deck

Kpp Home


PrevUpHomeNext