conststr 0.2.1
Loading...
Searching...
No Matches
Concepts
Here is a list of all documented concepts with brief descriptions:
[detail level 123]
 NconststrThe outermost namespace of this library to avoid identifier pollution
 NcharutilsSome constexpr character operating functions
 Rchar_likeThis concept is satisfied if T is a char-like type
 NmetaSome useful template meta
 Rall_sameThis concept is satisfied if all types of Ts... the same type
 Rall_same_ofThis concept is satisfied if all values of Vs... has the same type
 RhashableThis concept is satisfied if std::hash<T> has specialization
 RviewerThis concept is satisfied if T is a view type to a constant contiguous sequence of Elem
 Rcan_construct_cstr_fromThis concept is satisfied if cstr can be constructed from T
 Rcan_construct_cstr_t_fromThis concept is satisfied if cstr can be constructed from T and the value_type of the cstr is CharT
 Rcan_construct_cstr_t_n_fromThis concept is satisfied if cstr can be constructed from T and the value_type of the cstr is CharT and length is Len