cmoon::character


Defined in module <cmoon.concepts>


template<class T>
concept character = cmoon::is_character_v<T>;


(1)

The concept character<T> is satisfied if and only if T is a character type.