|
LibSWOC++ 1.5.14
Solid Wall of C++
|
Functions | |
| constexpr std::string_view | operator""_sv (const char *s, size_t n) |
| constexpr swoc::TextView | operator""_tv (const char *s, size_t n) |
|
constexpr |
Literal constructor for std::string_view.
| s | The source string. |
| n | Size of the source string. |
string_view Definition at line 2088 of file TextView.h.
|
constexpr |
Literal constructor for swoc::TextView.
| s | The source string. |
| n | Size of the source string. |
string_view Definition at line 2103 of file TextView.h.