Concept of "String Expressions".
More...
#include <strexpr.h>
template<typename A>
typename std::remove_cvref_t<A>::symb_type;
{ a.length() } -> std::convertible_to<size_t>;
{ a.place(std::declval<typename std::remove_cvref_t<A>::symb_type*>()) } -> std::same_as<typename std::remove_cvref_t<A>::symb_type*>;
}
Concept of "String Expressions".
Definition strexpr.h:507
Concept of "String Expressions".
This is a concept that checks whether a type is a "string expression".