alloc_result typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
alloc_traits typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
allocator_type typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
append(const basic_string &str) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
append(const T &t) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
append(const basic_string &str, size_type pos, size_type n=npos) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
append(const T &t, size_type pos, size_type n=npos) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
append(const value_type *s, size_type n) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
append(const value_type *PLUGIFY_NO_NULL s) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
append(size_type n, value_type c) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
append(InputIterator first, InputIterator last) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
append(ForwardIterator first, ForwardIterator last) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
append(std::initializer_list< value_type > il) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
assign(const T &t) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
assign(const basic_string &str) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
assign(basic_string &&str) noexcept(alloc_traits::propagate_on_container_move_assignment::value) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
assign(const basic_string &str, size_type pos, size_type n=npos) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
assign(const T &t, size_type pos, size_type n=npos) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
assign(const value_type *s, size_type n) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
assign(const value_type *PLUGIFY_NO_NULL s) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
assign(size_type n, value_type c) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
assign(InputIterator first, InputIterator last) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
assign(ForwardIterator first, ForwardIterator last) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
assign(std::initializer_list< value_type > il) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
assign_no_alias(const value_type *s, size_type n) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
assign_with_sentinel(InputIterator first, Sentinel last) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
at(size_type n) const (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
at(size_type n) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
back() noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
back() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string() noexcept(std::is_nothrow_default_constructible_v< allocator_type >) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(const allocator_type &a) noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(const basic_string &str) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(const basic_string &str, const allocator_type &a) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(basic_string &&str) noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(basic_string &&str, const allocator_type &a) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(const CharT *PLUGIFY_NO_NULL s) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(const CharT *PLUGIFY_NO_NULL s, const Allocator &a) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(std::nullptr_t)=delete (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
basic_string(const CharT *s, size_type n) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(const CharT *s, size_type n, const Allocator &a) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(size_type n, CharT c) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(basic_string &&str, size_type pos, const Allocator &alloc=Allocator()) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(basic_string &&str, size_type pos, size_type n, const Allocator &alloc=Allocator()) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(size_type n, CharT c, const Allocator &a) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(const basic_string &str, size_type pos, size_type n, const Allocator &a=Allocator()) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(const basic_string &str, size_type pos, const Allocator &a=Allocator()) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(const T &t, size_type pos, size_type n, const allocator_type &a=allocator_type()) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(const T &t) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(const T &t, const allocator_type &a) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(InputIterator first, InputIterator last) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(InputIterator first, InputIterator last, const allocator_type &a) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(std::initializer_list< CharT > il) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
basic_string(std::initializer_list< CharT > il, const Allocator &a) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
begin() noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
begin() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
c_str() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
capacity() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
cbegin() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
cend() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
clear() noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
compare(const basic_string &str) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
compare(const T &t) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
compare(size_type pos1, size_type n1, const T &t) const (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
compare(size_type pos1, size_type n1, const basic_string &str) const (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
compare(size_type pos1, size_type n1, const basic_string &str, size_type pos2, size_type n2=npos) const (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
compare(size_type pos1, size_type n1, const T &t, size_type pos2, size_type n2=npos) const (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
compare(const value_type *PLUGIFY_NO_NULL s) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
compare(size_type pos1, size_type n1, const value_type *PLUGIFY_NO_NULL s) const (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
compare(size_type pos1, size_type n1, const value_type *s, size_type n2) const (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
concatenate_strings (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | friend |
const_iterator typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
const_pointer typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
const_reference typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
const_reverse_iterator typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
contains(self_view sv) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
contains(value_type c) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
contains(const value_type *PLUGIFY_NO_NULL s) const (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
copy(value_type *s, size_type n, size_type pos=0) const (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
crbegin() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
crend() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
data() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
data() noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
difference_type typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
empty() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
end() noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
end() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
ends_with(self_view sv) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
ends_with(value_type c) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
ends_with(const value_type *PLUGIFY_NO_NULL s) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
erase(size_type pos=0, size_type n=npos) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
erase(const_iterator pos) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
erase(const_iterator first, const_iterator last) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find(const basic_string &str, size_type pos=0) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find(const T &t, size_type pos=0) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find(const value_type *s, size_type pos, size_type n) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find(const value_type *PLUGIFY_NO_NULL s, size_type pos=0) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find(value_type c, size_type pos=0) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_first_not_of(const basic_string &str, size_type pos=0) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_first_not_of(const T &t, size_type pos=0) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_first_not_of(const value_type *s, size_type pos, size_type n) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_first_not_of(const value_type *PLUGIFY_NO_NULL s, size_type pos=0) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_first_not_of(value_type c, size_type pos=0) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_first_of(const basic_string &str, size_type pos=0) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_first_of(const T &t, size_type pos=0) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_first_of(const value_type *s, size_type pos, size_type n) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_first_of(const value_type *PLUGIFY_NO_NULL s, size_type pos=0) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_first_of(value_type c, size_type pos=0) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_last_not_of(const basic_string &str, size_type pos=npos) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_last_not_of(const T &t, size_type pos=npos) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_last_not_of(const value_type *s, size_type pos, size_type n) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_last_not_of(const value_type *PLUGIFY_NO_NULL s, size_type pos=npos) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_last_not_of(value_type c, size_type pos=npos) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_last_of(const basic_string &str, size_type pos=npos) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_last_of(const T &t, size_type pos=npos) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_last_of(const value_type *s, size_type pos, size_type n) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_last_of(const value_type *PLUGIFY_NO_NULL s, size_type pos=npos) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
find_last_of(value_type c, size_type pos=npos) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
front() noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
front() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
get_allocator() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
insert(size_type pos1, const basic_string &str) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
insert(size_type pos1, const T &t) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
insert(size_type pos1, const T &t, size_type pos2, size_type n=npos) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
insert(size_type pos1, const basic_string &str, size_type pos2, size_type n=npos) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
insert(size_type pos, const value_type *s, size_type n) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
insert(size_type pos, const value_type *PLUGIFY_NO_NULL s) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
insert(size_type pos, size_type n, value_type c) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
insert(const_iterator pos, value_type c) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
insert(const_iterator pos, size_type n, value_type c) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
insert(const_iterator pos, InputIterator first, InputIterator last) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
insert(const_iterator pos, ForwardIterator first, ForwardIterator last) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
insert(const_iterator pos, std::initializer_list< value_type > il) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
invariants() const (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
iterator typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
length() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
max_size() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
move_assign(basic_string &&str, size_type pos, size_type len) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
npos (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | static |
operator self_view() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
operator+=(const basic_string &str) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
operator+=(const T &t) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
operator+=(const value_type *PLUGIFY_NO_NULL s) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
operator+=(value_type c) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
operator+=(std::initializer_list< value_type > il) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
operator=(const basic_string &str) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
operator=(const T &t) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
operator=(basic_string &&str) noexcept(alloc_traits::propagate_on_container_move_assignment::value) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
operator=(std::initializer_list< value_type > il) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
operator=(const value_type *PLUGIFY_NO_NULL s) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
operator=(std::nullptr_t)=delete (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
operator=(value_type c) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
operator== (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | friend |
operator[](size_type pos) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
operator[](size_type pos) noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
pointer typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
pop_back() (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
push_back(value_type c) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
rbegin() noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
rbegin() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
reference typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
rend() noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
rend() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
replace(size_type pos1, size_type n1, const basic_string &str) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
replace(size_type pos1, size_type n1, const T &t) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
replace(size_type pos1, size_type n1, const basic_string &str, size_type pos2, size_type n2=npos) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
replace(size_type pos1, size_type n1, const T &t, size_type pos2, size_type n2=npos) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
replace(size_type pos, size_type n1, const value_type *s, size_type n2) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
replace(size_type pos, size_type n1, const value_type *PLUGIFY_NO_NULL s) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
replace(size_type pos, size_type n1, size_type n2, value_type c) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
replace(const_iterator i1, const_iterator i2, const basic_string &str) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
replace(const_iterator i1, const_iterator i2, const T &t) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
replace(const_iterator i1, const_iterator i2, const value_type *s, size_type n) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
replace(const_iterator i1, const_iterator i2, const value_type *s) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
replace(const_iterator i1, const_iterator i2, size_type n, value_type c) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
replace(const_iterator i1, const_iterator i2, InputIterator j1, InputIterator j2) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
replace(const_iterator i1, const_iterator i2, std::initializer_list< value_type > il) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
reserve(size_type requested_capacity) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
resize(size_type n, value_type c) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
resize(size_type n) (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
reverse_iterator typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
rfind(const basic_string &str, size_type pos=npos) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
rfind(const T &t, size_type pos=npos) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
rfind(const value_type *s, size_type pos, size_type n) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
rfind(const value_type *PLUGIFY_NO_NULL s, size_type pos=npos) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
rfind(value_type c, size_type pos=npos) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
self_view typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
shrink_to_fit() noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
size() const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
size_type typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
starts_with(self_view sv) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
starts_with(value_type c) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
starts_with(const value_type *PLUGIFY_NO_NULL s) const noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
substr(size_type pos=0, size_type n=npos) const & (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
substr(size_type pos=0, size_type n=npos) && (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
swap(basic_string &str) noexcept (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |
traits_type typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
trivially_relocatable typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
value_type typedef (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | |
~basic_string() (defined in plg::basic_string< CharT, Traits, Allocator >) | plg::basic_string< CharT, Traits, Allocator > | inline |