cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
basic_string_view< CharTy, CTraits > Member List

This is the complete list of members for basic_string_view< CharTy, CTraits >, including all inherited members.

array_ref() noexcept=defaultarray_ref< T, IdxType >protected
array_ref(array_ref const &) noexcept=defaultarray_ref< T, IdxType >protected
array_ref(pointer p, size_type len) CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
array_ref(std::nullptr_t, pointer p, pointer q) CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
array_ref(pointer p, pointer q) CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
array_ref(T(&arr)[N]) CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineexplicitprotected
at(size_type idx) constbasic_string_view< CharTy, CTraits >
cxxomfort::impl::array_ref::array_ref::at(size_type i)array_ref< T, IdxType >inlineprotected
cxxomfort::impl::array_ref::array_ref::at(size_type i) constarray_ref< T, IdxType >inlineprotected
at_or(size_type i, reference alt) CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
at_or(size_type i, const_reference alt) const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
back() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
back() CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
basic_string_view() noexcept=defaultbasic_string_view< CharTy, CTraits >
basic_string_view(basic_string_view const &) noexcept=defaultbasic_string_view< CharTy, CTraits >
basic_string_view(CharTy const *px, size_t sz) CXXO_NOEXCEPTNOTHROWbasic_string_view< CharTy, CTraits >inline
basic_string_view(const_pointer const px) CXXO_NOEXCEPTNOTHROWbasic_string_view< CharTy, CTraits >inline
basic_string_view(IBegin ini, IEnd fin)basic_string_view< CharTy, CTraits >inline
begin() CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
begin() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
cbegin() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
cend() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
compare(basic_string_view const r) const CXXO_NOEXCEPTNOTHROWbasic_string_view< CharTy, CTraits >inline
const_iterator typedefbasic_string_view< CharTy, CTraits >
const_pointer typedefbasic_string_view< CharTy, CTraits >
const_reference typedefbasic_string_view< CharTy, CTraits >
const_reverse_iterator typedefbasic_string_view< CharTy, CTraits >
const_value_type typedefarray_ref< T, IdxType >protected
copy(CharTy *d, size_type count, size_type pos=0) constbasic_string_view< CharTy, CTraits >
crbegin() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
crend() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
data() CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
data() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
difference_type typedefbasic_string_view< CharTy, CTraits >
element_type typedefbasic_string_view< CharTy, CTraits >
empty() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
end() CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
end() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
find(basic_string_view s, size_type pos=0) const CXXO_NOEXCEPTNOTHROWbasic_string_view< CharTy, CTraits >inline
find(CharTy const, size_type pos=0) const CXXO_NOEXCEPTNOTHROWbasic_string_view< CharTy, CTraits >
find(const_pointer s, size_type pos=0) const CXXO_NOEXCEPTNOTHROWbasic_string_view< CharTy, CTraits >inline
find(const_pointer s, size_type pos, size_type count) const CXXO_NOEXCEPTNOTHROWbasic_string_view< CharTy, CTraits >inline
front() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
front() CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
leftmost(size_type n) const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >protected
length() const CXXO_NOEXCEPTNOTHROWbasic_string_view< CharTy, CTraits >inline
nposbasic_string_view< CharTy, CTraits >static
operator=(array_ref const &) noexcept=defaultarray_ref< T, IdxType >protected
cxxomfort::impl::array_ref::array_ref::operator[](size_type i) CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
cxxomfort::impl::array_ref::array_ref::operator[](size_type i) const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
pointer typedefbasic_string_view< CharTy, CTraits >
rbegin() CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
rbegin() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
reference typedefbasic_string_view< CharTy, CTraits >
rend() CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
rend() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
rfind(basic_string_view, size_type pos=0) const CXXO_NOEXCEPTNOTHROWbasic_string_view< CharTy, CTraits >
rfind(CharTy, size_type pos=0) const CXXO_NOEXCEPTNOTHROWbasic_string_view< CharTy, CTraits >
rfind(const_pointer s, size_type pos=0) const CXXO_NOEXCEPTNOTHROWbasic_string_view< CharTy, CTraits >inline
rfind(const_pointer s, size_type pos, size_type count) const CXXO_NOEXCEPTNOTHROWbasic_string_view< CharTy, CTraits >inline
rightmost(size_type n) const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >protected
size() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
size_bytes() const CXXO_NOEXCEPTNOTHROWarray_ref< T, IdxType >inlineprotected
size_type typedefbasic_string_view< CharTy, CTraits >
slice(difference_type pos, size_type count) constarray_ref< T, IdxType >protected
slice(difference_type pos) constarray_ref< T, IdxType >protected
substr(size_type pos, size_type count=npos) constbasic_string_view< CharTy, CTraits >
cxxomfort::impl::array_ref::array_ref::substr(size_type pos, size_type count) constarray_ref< T, IdxType >protected
cxxomfort::impl::array_ref::array_ref::substr(size_type pos) constarray_ref< T, IdxType >protected
traits_type typedefbasic_string_view< CharTy, CTraits >
value_type typedefbasic_string_view< CharTy, CTraits >
without_back() constarray_ref< T, IdxType >protected
without_back_n(size_type n) constarray_ref< T, IdxType >inlineprotected
without_front() constarray_ref< T, IdxType >protected
without_front_n(size_type n) constarray_ref< T, IdxType >protected