cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Header implementing C++17's basic_string_view
.
More...
Classes | |
class | basic_string_view< CharTy, CTraits > |
Read-only view of a string or string-like object, from C++17. See also string/basic_string_view @ cppreference . More... | |
Namespaces | |
cxxomfort | |
Namespace of the cxxomfort library. | |
cxxomfort::cxxostd | |
Backports made available by cxxomfort. | |
Typedefs | |
typedef basic_string_view< char, std::char_traits< char > > | string_view |
Name for a strng view of char . | |
typedef basic_string_view< wchar_t, std::char_traits< wchar_t > > | wstring_view |
Name for a string view of wchar_t . | |
Header implementing C++17's basic_string_view
.