Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
arene::base::string_view Member List

This is the complete list of members for arene::base::string_view, including all inherited members.

back() const noexcept -> const_referencearene::base::string_viewinline
begin() const noexcept -> const_iteratorarene::base::string_viewinline
cbegin() const noexcept -> const_iteratorarene::base::string_viewinline
cend() const noexcept -> const_iteratorarene::base::string_viewinline
compare(string_view const other) const noexcept -> integral_comparison_resultarene::base::string_viewinline
compare(size_type const pos1, size_type const length1, string_view const other) const noexcept -> integral_comparison_resultarene::base::string_viewinline
compare(size_type const pos1, size_type const length1, string_view const other, size_type const pos2, size_type const length2) const noexcept -> integral_comparison_resultarene::base::string_viewinline
compare(raw_c_string const other) const noexcept -> integral_comparison_resultarene::base::string_viewinline
compare(size_type const pos1, size_type const length1, raw_c_string const other) const noexcept -> integral_comparison_resultarene::base::string_viewinline
compare(size_type const pos1, size_type const length1, raw_c_string const other, size_type const length2) const noexcept -> integral_comparison_resultarene::base::string_viewinline
const_iterator typedefarene::base::string_view
const_pointer typedefarene::base::string_view
const_reference typedefarene::base::string_view
const_reverse_iterator typedefarene::base::string_view
copy(character *const dest, size_type const n) const noexcept -> size_typearene::base::string_viewinline
copy(character *const dest, size_type const n, size_type const pos) const noexcept -> size_typearene::base::string_viewinline
crbegin() const noexcept -> const_reverse_iteratorarene::base::string_viewinline
crend() const noexcept -> const_reverse_iteratorarene::base::string_viewinline
data() const noexcept -> const_pointerarene::base::string_viewinline
difference_type typedefarene::base::string_view
element_type typedefarene::base::string_view
empty() const noexcept -> boolarene::base::string_viewinline
end() const noexcept -> const_iteratorarene::base::string_viewinline
ends_with(string_view const other) const noexcept -> boolarene::base::string_viewinline
ends_with(raw_c_string const other) const noexcept -> boolarene::base::string_viewinline
ends_with(character const chr) const noexcept -> boolarene::base::string_viewinline
fast_inequality_check(string_view const first, string_view const second) noexcept -> inequality_heuristicarene::base::string_viewinlinestatic
find(string_view const str, size_type const pos=0U) const noexcept -> size_typearene::base::string_viewinline
find(raw_c_string const str, size_type const pos=0U) const noexcept -> size_typearene::base::string_viewinline
find(raw_c_string const str, size_type const pos, size_type const n) const noexcept -> size_typearene::base::string_viewinline
find(character const chr, size_type const pos=0U) const noexcept -> size_typearene::base::string_viewinline
find_first_not_of(string_view const str, size_type const pos=0U) const noexcept -> size_typearene::base::string_viewinline
find_first_not_of(raw_c_string const str, size_type const pos=0U) const noexcept -> size_typearene::base::string_viewinline
find_first_not_of(raw_c_string const str, size_type const pos, size_type const n) const noexcept -> size_typearene::base::string_viewinline
find_first_not_of(character const chr, size_type const pos=0U) const noexcept -> size_typearene::base::string_viewinline
find_first_of(string_view const str, size_type const pos=0U) const noexcept -> size_typearene::base::string_viewinline
find_first_of(raw_c_string const str, size_type const pos=0U) const noexcept -> size_typearene::base::string_viewinline
find_first_of(raw_c_string const str, size_type const pos, size_type const n) const noexcept -> size_typearene::base::string_viewinline
find_first_of(character const chr, size_type const pos=0U) const noexcept -> size_typearene::base::string_viewinline
find_last_not_of(string_view const str, size_type const pos=npos) const noexcept -> size_typearene::base::string_viewinline
find_last_not_of(raw_c_string const str, size_type const pos=npos) const noexcept -> size_typearene::base::string_viewinline
find_last_not_of(raw_c_string const str, size_type const pos, size_type const n) const noexcept -> size_typearene::base::string_viewinline
find_last_not_of(character const chr, size_type const pos=npos) const noexcept -> size_typearene::base::string_viewinline
find_last_of(string_view const str, size_type const pos=npos) const noexcept -> size_typearene::base::string_viewinline
find_last_of(raw_c_string const str, size_type const pos=npos) const noexcept -> size_typearene::base::string_viewinline
find_last_of(raw_c_string const str, size_type const pos, size_type const n) const noexcept -> size_typearene::base::string_viewinline
find_last_of(character const chr, size_type const pos=npos) const noexcept -> size_typearene::base::string_viewinline
front() const noexcept -> const_referencearene::base::string_viewinline
iterator typedefarene::base::string_view
length() const noexcept -> size_typearene::base::string_viewinline
max_size() noexcept -> size_typearene::base::string_viewinlinestatic
nposarene::base::string_viewstatic
operator std::string() constarene::base::string_view
operator=(string_view const &other) noexcept -> string_view &=defaultarene::base::string_view
operator=(string_view &&other) noexcept -> string_view &=defaultarene::base::string_view
arene::base::generic_ordering_from_three_way_compare< string_view >::operator=(generic_ordering_from_three_way_compare const &other) &noexcept -> generic_ordering_from_three_way_compare &=defaultarene::base::generic_ordering_from_three_way_compare< string_view >private
arene::base::generic_ordering_from_three_way_compare< string_view >::operator=(generic_ordering_from_three_way_compare &&other) &noexcept -> generic_ordering_from_three_way_compare &=defaultarene::base::generic_ordering_from_three_way_compare< string_view >private
operator[](std::size_t pos) const noexcept -> const_referencearene::base::string_viewinline
pointer typedefarene::base::string_view
rbegin() const noexcept -> reverse_iteratorarene::base::string_viewinline
reference typedefarene::base::string_view
remove_prefix(size_type const count) noexceptarene::base::string_viewinline
remove_suffix(size_type const count) noexceptarene::base::string_viewinline
rend() const noexcept -> reverse_iteratorarene::base::string_viewinline
reverse_iterator typedefarene::base::string_view
rfind(string_view const str, size_type const pos=npos) const noexcept -> size_typearene::base::string_viewinline
rfind(raw_c_string const str, size_type const pos=npos) const noexcept -> size_typearene::base::string_viewinline
rfind(raw_c_string const str, size_type const pos, size_type const n) const noexcept -> size_typearene::base::string_viewinline
rfind(character const chr, size_type const pos=npos) const noexcept -> size_typearene::base::string_viewinline
size() const noexcept -> size_typearene::base::string_viewinline
size_type typedefarene::base::string_view
starts_with(string_view const other) const noexcept -> boolarene::base::string_viewinline
starts_with(raw_c_string const other) const noexcept -> boolarene::base::string_viewinline
starts_with(character const chr) const noexcept -> boolarene::base::string_viewinline
string_view() noexcept=defaultarene::base::string_view
string_view(raw_c_string const str, std::size_t const str_length) noexceptarene::base::string_viewinline
string_view(character const (&literal)[N]) noexceptarene::base::string_viewinline
string_view(raw_c_string const null_terminated_string) noexceptarene::base::string_viewinline
string_view(String const &str) noexceptarene::base::string_viewinline
string_view(string_view const &other) noexcept=defaultarene::base::string_view
string_view(string_view &&other) noexcept=defaultarene::base::string_view
substr() const noexcept -> string_viewarene::base::string_viewinline
substr(size_type const pos, size_type const count=npos) const noexcept -> string_viewarene::base::string_viewinline
swap(string_view &other) noexceptarene::base::string_viewinline
three_way_compare(string_view const lhs, string_view const rhs) noexcept -> strong_orderingarene::base::string_viewinlinestatic
value_type typedefarene::base::string_view
~string_view()=defaultarene::base::string_view