DAW string_view
Namespaces | Typedefs | Enumerations | Variables
daw_string_view2_fwd.h File Reference
#include <ciso646>

Go to the source code of this file.

Namespaces

namespace  daw
 
namespace  daw::sv2
 

Typedefs

using daw::sv2::string_view = basic_string_view< char >
 
using daw::sv2::u16string_view = basic_string_view< char16_t >
 
using daw::sv2::u32string_view = basic_string_view< char32_t >
 
using daw::sv2::wstring_view = basic_string_view< wchar_t >
 

Enumerations

enum class  daw::sv2::string_view_bounds_type { daw::sv2::pointer , daw::sv2::size }
 How is the end of range stored in string_view. More...
 

Variables

constexpr string_view_bounds_type daw::sv2::default_string_view_bounds_type