simstr 1.2.4
Yet another strings library
 
Loading...
Searching...
No Matches
simstr::storable_str Concept Reference

A type concept that can store a string. More...

#include <sstring.h>

Concept definition

template<typename A, typename K>
concept simstr::storable_str = requires {
A::is_str_storable == true;
std::is_same_v<typename A::symb_type, K>;
}
A type concept that can store a string.
Definition sstring.h:2783

Detailed Description

A type concept that can store a string.