Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZStd::basic_string< Element, Traits, Allocator > Member List

This is the complete list of members for AZStd::basic_string< Element, Traits, Allocator >, including all inherited members.

allocator_type typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
append(const this_type &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
append(const this_type &rhs, size_type rhsOffset, size_type count) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
append(const_pointer ptr, size_type count) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
append(const_pointer ptr) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
append(size_type count, Element ch) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
append(InputIt first, InputIt last) -> enable_if_t< input_iterator< InputIt > &&!is_convertible_v< InputIt, size_type >, this_type & > (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
append(const_pointer first, const_pointer last) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
append(initializer_list< Element > iList) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
append(const basic_string< Element, Traits, UAllocator > &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
append_range(R &&rg) -> enable_if_t< Internal::container_compatible_range< R, value_type >, basic_string & > (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
assign(const this_type &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
assign(basic_string_view< Element, Traits > view) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
assign(this_type &&rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
assign(const this_type &rhs, size_type rhsOffset, size_type count) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
assign(const_pointer ptr, size_type count) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
assign(const_pointer ptr) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
assign(size_type count, Element ch) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
assign(InputIt first, InputIt last) -> enable_if_t< input_iterator< InputIt > &&!is_convertible_v< InputIt, size_type >, this_type & > (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
assign(initializer_list< Element > iList) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
assign_range(R &&rg) -> enable_if_t< Internal::container_compatible_range< R, value_type >, basic_string & > (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
at(size_type offset) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
at(size_type offset) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
back() (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
back() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(const Allocator &alloc=Allocator()) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(const_pointer ptr, size_type count, const Allocator &alloc=Allocator()) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(const_pointer ptr, const Allocator &alloc=Allocator()) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(size_type count, Element ch, const Allocator &alloc=Allocator()) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(InputIt first, InputIt last, const Allocator &alloc=Allocator()) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(from_range_t, R &&rg, const Allocator &alloc=Allocator()) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(initializer_list< Element > ilist, const Allocator &alloc=Allocator()) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(const this_type &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(this_type &&rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(const this_type &rhs, size_type rhsOffset, size_type count=npos) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(const this_type &rhs, size_type rhsOffset, size_type count, const Allocator &alloc) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(AZStd::basic_string_view< Element, Traits > view, const Allocator &alloc=Allocator()) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(AZStd::basic_string_view< Element, Traits > view, size_type pos, size_type n, const Allocator &alloc=Allocator()) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
basic_string(AZStd::nullptr_t)=delete (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
basic_string(const basic_string< Element, Traits, UAllocator > &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
begin() (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
begin() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
c_str() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
capacity() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
cbegin() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
cend() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
clear() (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
compare(const this_type &rhs) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
compare(size_type offset, size_type count, const this_type &rhs) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
compare(size_type offset, size_type count, const this_type &rhs, size_type rhsOffset, size_type rhsCount) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
compare(const_pointer ptr) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
compare(size_type offset, size_type count, const_pointer ptr) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
compare(size_type offset, size_type count, const_pointer ptr, size_type ptrCount) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
compare(const basic_string< Element, Traits, UAllocator > &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
const_iterator typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
const_iterator_impl typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
const_pointer typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
const_reference typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
const_reverse_iterator typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
contains(const basic_string &other) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
contains(value_type c) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
contains(const_pointer s) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
copy(Element *dest, size_type count, size_type offset=0) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
copy(size_type newSize, size_type oldLength) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inlineprotected
crbegin() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
crend() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
data()AZStd::basic_string< Element, Traits, Allocator >inline
data() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
deallocate_memory(pointer data, size_type expandedSize) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inlineprotected
difference_type typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
empty() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
end() (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
end() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
ends_with(AZStd::basic_string_view< Element, Traits > suffix) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
ends_with(value_type suffix) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
ends_with(const_pointer suffix) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
erase(size_type offset=0, size_type count=npos) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
erase(const_iterator erasePos) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
erase(const_iterator first, const_iterator last) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find(const this_type &rhs, size_type offset=0) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find(const_pointer ptr, size_type offset, size_type count) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find(const_pointer ptr, size_type offset=0) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find(Element ch, size_type offset=0) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_first_not_of(const this_type &rhs, size_type offset=0) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_first_not_of(const_pointer ptr, size_type offset, size_type count) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_first_not_of(const_pointer ptr, size_type offset=0) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_first_not_of(Element ch, size_type offset=0) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_first_of(const this_type &rhs, size_type offset=0) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_first_of(const_pointer ptr, size_type offset, size_type count) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_first_of(const_pointer ptr, size_type offset=0) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_first_of(Element ch, size_type offset=0) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_last_not_of(const this_type &rhs, size_type offset=npos) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_last_not_of(const_pointer ptr, size_type offset, size_type count) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_last_not_of(const_pointer ptr, size_type offset=npos) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_last_not_of(Element ch, size_type offset=npos) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_last_of(const this_type &rhs, size_type offset=npos) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_last_of(const_pointer ptr, size_type offset, size_type count) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_last_of(const_pointer ptr, size_type offset=npos) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
find_last_of(Element ch, size_type offset=npos) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
fits_in_capacity(size_type newSize) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inlineprotected
format(const char *formatStr, Args... args) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inlinestatic
format(const wchar_t *formatStr, Args... args) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inlinestatic
format_arg(const char *formatStr, va_list argList) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inlinestatic
format_arg(const wchar_t *formatStr, va_list argList) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inlinestatic
front() (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
front() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
get_allocator()AZStd::basic_string< Element, Traits, Allocator >inline
get_allocator() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
grow(size_type newSize) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inlineprotected
insert(size_type offset, const this_type &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
insert(size_type offset, const this_type &rhs, size_type rhsOffset, size_type count) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
insert(size_type offset, const_pointer ptr, size_type count) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
insert(size_type offset, const_pointer ptr) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
insert(size_type offset, size_type count, Element ch) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
insert(const_iterator insertPos) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
insert(const_iterator insertPos, Element ch) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
insert(const_iterator insertPos, size_type count, Element ch) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
insert(const_iterator insertPos, InputIt first, InputIt last) -> enable_if_t< input_iterator< InputIt > &&!is_convertible_v< InputIt, size_type >, iterator > (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
insert(const_iterator insertPos, initializer_list< Element > iList) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
insert(size_type offset, const basic_string< Element, Traits, UAllocator > &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
insert_range(const_iterator insertPos, R &&rg) -> enable_if_t< Internal::container_compatible_range< R, value_type >, iterator > (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
iterator typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
iterator_impl typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
leak_and_reset()AZStd::basic_string< Element, Traits, Allocator >inline
length() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
m_storage (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >protected
max_size() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
node_type typedefAZStd::basic_string< Element, Traits, Allocator >
npos (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inlinestatic
operator AZStd::basic_string_view< Element, Traits >() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
operator+=(const this_type &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
operator+=(const_pointer ptr) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
operator+=(Element ch) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
operator=(const this_type &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
operator=(this_type &&rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
operator=(AZStd::basic_string_view< Element, Traits > view) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
operator=(const_pointer ptr) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
operator=(Element ch) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
operator=(AZStd::nullptr_t)=delete (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
operator=(const basic_string< Element, Traits, UAllocator > &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
operator[](size_type offset) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
operator[](size_type offset) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
pointer typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
pop_back() (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
push_back(Element ch) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
rbegin() (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
rbegin() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
reference typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
rend() (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
rend() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
replace(size_type offset, size_type count, const this_type &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
replace(size_type offset, size_type count, const this_type &rhs, size_type rhsOffset, size_type rhsCount) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
replace(size_type offset, size_type count, const_pointer ptr, size_type ptrCount) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
replace(size_type offset, size_type count, const_pointer ptr) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
replace(size_type offset, size_type count, size_type num, Element ch) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
replace(const_iterator first, const_iterator last, const this_type &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
replace(const_iterator first, const_iterator last, const_pointer ptr, size_type count) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
replace(const_iterator first, const_iterator last, const_pointer ptr) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
replace(const_iterator first, const_iterator last, size_type count, Element ch) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
replace(const_iterator first, const_iterator last, InputIt replaceFirst, InputIt replaceLast) -> enable_if_t< input_iterator< InputIt > &&!is_convertible_v< InputIt, size_type >, this_type & > (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
replace(const_iterator first, const_iterator last, initializer_list< Element > iList) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
replace(size_type offset, size_type count, const basic_string< Element, Traits, UAllocator > &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
replace_with_range(const_iterator first, const_iterator last, R &&rg) -> enable_if_t< Internal::container_compatible_range< R, value_type >, basic_string & > (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
reserve(size_type newCapacity=0) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
resize(size_type newSize) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
resize(size_type newSize, Element ch) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
resize_and_overwrite(size_type n, Operation op) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
resize_no_construct(size_type newSize) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
reverse_iterator typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
rfind(const this_type &rhs, size_type offset=npos) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
rfind(const_pointer ptr, size_type offset, size_type count) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
rfind(const_pointer ptr, size_type offset=npos) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
rfind(Element ch, size_type offset=npos) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
set_allocator(const allocator_type &allocator)AZStd::basic_string< Element, Traits, Allocator >inline
set_capacity(size_type numElements)AZStd::basic_string< Element, Traits, Allocator >inline
size() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
size_type typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
starts_with(AZStd::basic_string_view< Element, Traits > prefix) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
starts_with(value_type prefix) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
starts_with(const_pointer prefix) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
substr(size_type offset=0, size_type count=npos) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
swap(this_type &rhs) (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
traits_type typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
validate() const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
validate_iterator(const iterator &iter) constAZStd::basic_string< Element, Traits, Allocator >inline
validate_iterator(const const_iterator &iter) const (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline
value_type typedef (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >
~basic_string() (defined in AZStd::basic_string< Element, Traits, Allocator >)AZStd::basic_string< Element, Traits, Allocator >inline