MySQL 9.6.0
Source Code Documentation
mysql::sets::Nested_container< Storage_tp > Member List

This is the complete list of members for mysql::sets::Nested_container< Storage_tp >, including all inherited members.

advance_and_erase_if_empty(Iterator_t &iterator) noexceptmysql::sets::Nested_container< Storage_tp >inlineprivate
assign(Source_t &&source)mysql::sets::Basic_set_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp >inline
assign(const First_iterator_t &first, const Sentinel_t &last) noexcept(shall_catch==mysql::utils::Shall_catch::yes||noexcept(std::declval< Wrapped_t >().assign(first, last)))mysql::sets::Basic_set_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp >inline
assign(const Other_t &other) noexcept(shall_catch==mysql::utils::Shall_catch::yes||noexcept(std::declval< Self_t >().assign(other.begin(), other.end())))mysql::sets::Basic_set_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp >inline
assign(Self_t &&other) noexceptmysql::sets::Basic_set_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp >inline
back() constmysql::ranges::Collection_interface< Self_tp >inline
Base_t typedefmysql::sets::Nested_container< Storage_tp >
Basic_container_wrapper(Args_t &&...args) noexcept(noexcept(Wrapped_t(std::forward< Args_t >(args)...)))mysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inlineexplicit
Basic_nested_container_wrapper(Args_t &&...args) noexcept(noexcept(Wrapper_base_t(std::forward< Args_t >(args)...)))mysql::sets::Basic_nested_container_wrapper< Nested_container< Storage_tp >, Storage_tp >inlineexplicit
Basic_set_container_wrapper(Args_t &&...args)mysql::sets::Basic_set_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp >inlineexplicit
begin() noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inline
begin() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inline
cbegin() constmysql::ranges::Collection_interface< Self_tp >inline
cend() constmysql::ranges::Collection_interface< Self_tp >inline
clear() noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inline
Const_iterator_t typedefmysql::sets::detail::Nested_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp >
crbegin() constmysql::ranges::Collection_interface< Self_tp >inline
crend() constmysql::ranges::Collection_interface< Self_tp >inline
data()mysql::ranges::Collection_interface< Self_tp >inline
data() constmysql::ranges::Collection_interface< Self_tp >inline
empty() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inline
end() noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inline
end() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inline
find(const Key_t &key) const noexceptmysql::sets::Nested_container< Storage_tp >inline
find(const Key_t &key) noexceptmysql::sets::Nested_container< Storage_tp >inline
find(Const_iterator_t &cursor, const Key_t &key) const noexceptmysql::sets::Nested_container< Storage_tp >inline
find(Iterator_t &cursor, const Key_t &key) noexceptmysql::sets::Nested_container< Storage_tp >inline
front() constmysql::ranges::Collection_interface< Self_tp >inline
get_allocator() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inline
get_memory_resource() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inline
inplace_intersect(const Key_t &key) noexceptmysql::sets::Nested_container< Storage_tp >inline
inplace_intersect(const Key_t &key, Mapped_args_t &&...mapped_args) noexceptmysql::sets::Nested_container< Storage_tp >inline
inplace_intersect(Other_set_t &&other_set) noexceptmysql::sets::Nested_container< Storage_tp >inline
inplace_subtract(const Key_t &key) noexceptmysql::sets::Nested_container< Storage_tp >inline
inplace_subtract(const Key_t &key, Mapped_args_t &&...mapped_args) noexceptmysql::sets::Nested_container< Storage_tp >inline
inplace_subtract(Iterator_t &cursor, const Key_t &key, Mapped_args_t &&...mapped_args) noexceptmysql::sets::Nested_container< Storage_tp >inline
inplace_subtract(Other_set_t &&other_set) noexceptmysql::sets::Nested_container< Storage_tp >inline
inplace_union(const Key_t &key, Mapped_args_t &&...mapped_args) noexceptmysql::sets::Nested_container< Storage_tp >inline
inplace_union(Iterator_t &cursor, const Key_t &key, Mapped_args_t &&...mapped_args) noexceptmysql::sets::Nested_container< Storage_tp >inline
inplace_union(Other_set_t &&other_set) noexceptmysql::sets::Nested_container< Storage_tp >inline
insert(const Key_t &key, Mapped_args_t &&...mapped_args) noexceptmysql::sets::Nested_container< Storage_tp >inline
insert_or_union(const auto &func, const auto &opt_it, Mapped_args_t &&...mapped_args) noexceptmysql::sets::Nested_container< Storage_tp >inlineprivate
Iterator_for typedefmysql::ranges::Collection_interface< Self_tp >private
Iterator_t typedefmysql::sets::detail::Nested_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp >
Iterator_value_t typedefmysql::sets::detail::Nested_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp >
Key_t typedefmysql::sets::detail::Nested_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp >
Key_traits_t typedefmysql::sets::detail::Nested_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp >
m_wrappedmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >private
Mapped_category_t typedefmysql::sets::detail::Nested_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp >
Mapped_t typedefmysql::sets::detail::Nested_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp >
Mapped_traits_t typedefmysql::sets::detail::Nested_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp >
Memory_resource_t typedefmysql::sets::Nested_container< Storage_tp >
Nested_container(Args_t &&...args) noexceptmysql::sets::Nested_container< Storage_tp >inlineexplicit
Nested_set_base_t typedefmysql::sets::Basic_nested_container_wrapper< Nested_container< Storage_tp >, Storage_tp >private
operator bool() constmysql::ranges::Collection_interface< Self_tp >inlineexplicit
operator!() constmysql::ranges::Collection_interface< Self_tp >inline
mysql::operator[](std::ptrdiff_t n)mysql::ranges::Collection_interface< Self_tp >inline
mysql::operator[](std::ptrdiff_t n) constmysql::ranges::Collection_interface< Self_tp >inline
mysql::sets::detail::Nested_set_interface::operator[](const Key_t &key) noexceptmysql::sets::detail::Nested_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp >inline
mysql::sets::detail::Nested_set_interface::operator[](const Key_t &key) const noexceptmysql::sets::detail::Nested_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp >inline
rbegin()mysql::ranges::Collection_interface< Self_tp >inline
rbegin() constmysql::ranges::Collection_interface< Self_tp >inline
remove(const Key_t &key, const auto &...value) noexceptmysql::sets::Nested_container< Storage_tp >inline
rend()mysql::ranges::Collection_interface< Self_tp >inline
rend() constmysql::ranges::Collection_interface< Self_tp >inline
return_okmysql::sets::Nested_container< Storage_tp >static
Return_status_t typedefmysql::sets::Nested_container< Storage_tp >
mysql::self() noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inlineprivate
mysql::self() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inlineprivate
mysql::Self_t typedefmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >private
Set_category_t typedefmysql::sets::Nested_container< Storage_tp >
Set_traits_t typedefmysql::sets::detail::Nested_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp >
size() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inline
ssize() constmysql::ranges::Collection_interface< Self_tp >inline
storage() noexceptmysql::sets::Nested_container< Storage_tp >inline
storage() const noexceptmysql::sets::Nested_container< Storage_tp >inline
Storage_t typedefmysql::sets::Nested_container< Storage_tp >
This_t typedefmysql::sets::Nested_container< Storage_tp >
wrapped() &noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inlineprotected
wrapped() const &noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inlineprotected
wrapped() &&noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inlineprotected
Wrapped_t typedefmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >
Wrapper_base_t typedefmysql::sets::Basic_nested_container_wrapper< Nested_container< Storage_tp >, Storage_tp >private