25#if defined( _MSC_VER ) or defined( DAW_SV_USE_PTRSIZE )
44#if defined( __cpp_char8_t )
string_view_bounds_type
How is the end of range stored in string_view.
Definition: daw_string_view2_fwd.h:16
@ pointer
Store the end of range as a pointer. This is optimal for code where calls to methods like remove_pref...
@ size
Store the end of range as a size_type. This is optimal for where calls to size( ) or remove_suffix li...
constexpr string_view_bounds_type default_string_view_bounds_type
Definition: daw_string_view2_fwd.h:31
Definition: daw_string_view2.h:64
The class template basic_string_view describes an object that can refer to a constant contiguous sequ...
Definition: daw_string_view2.h:137