cxxomfort  rel.20210622
Simple backports for C++ - http://ryan.gulix.cl/fossil.cgi/cxxomfort/
Classes | Namespaces | Typedefs
17-string_view.hpp File Reference

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 .
 

Detailed Description

Header implementing C++17's basic_string_view .