conststr 0.2.1
Loading...
Searching...
No Matches
Namespace List
Here is a list of all documented namespaces 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
 NliteralDefine string literal suffix
 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
 CcstrString type that can be evaluated in a constant context
 Csv_selectorString view type selector. Just an empty struct
 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
 NreflectCompile-time reflection for aggregate types
 Cany_typeType that can be implicitly converted to any type
 CcptrWrapper of pointer type