Here is a list of all documented concepts with brief descriptions:
[detail level 123]
▼Nconststr | The outermost namespace of this library to avoid identifier pollution |
▼Ncharutils | Some constexpr character operating functions |
Rchar_like | This concept is satisfied if T is a char-like type |
▼Nmeta | Some useful template meta |
Rall_same | This concept is satisfied if all types of Ts... the same type |
Rall_same_of | This concept is satisfied if all values of Vs... has the same type |
Rhashable | This concept is satisfied if std::hash<T> has specialization |
Rviewer | This concept is satisfied if T is a view type to a constant contiguous sequence of Elem |
Rcan_construct_cstr_from | This concept is satisfied if cstr can be constructed from T |
Rcan_construct_cstr_t_from | This concept is satisfied if cstr can be constructed from T and the value_type of the cstr is CharT |
Rcan_construct_cstr_t_n_from | This concept is satisfied if cstr can be constructed from T and the value_type of the cstr is CharT and length is Len |