MySQL 9.6.0
Source Code Documentation
mysql::sets::Basic_boundary_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp > Member List

This is the complete list of members for mysql::sets::Basic_boundary_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp >, including all inherited members.

assign(Source_t &&source)mysql::sets::Basic_set_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >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, mysql::utils::Shall_catch::no >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, mysql::utils::Shall_catch::no >inline
assign(Self_t &&other) noexceptmysql::sets::Basic_set_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inline
back() constmysql::ranges::Collection_interface< Self_tp >inline
Base_t typedefmysql::sets::Basic_set_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >private
Basic_boundary_container_wrapper(Args_t &&...args)mysql::sets::Basic_boundary_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp >inlineexplicit
Basic_boundary_container_wrapper(const Basic_boundary_container_wrapper &source)=defaultmysql::sets::Basic_boundary_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp >
Basic_boundary_container_wrapper(Basic_boundary_container_wrapper &&source) noexcept=defaultmysql::sets::Basic_boundary_container_wrapper< Self_tp, Wrapped_tp, shall_catch_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, shall_catch >inlineexplicit
Basic_set_container_wrapper(Args_t &&...args)mysql::sets::Basic_set_container_wrapper< Self_tp, Wrapped_tp, mysql::utils::Shall_catch::no >inlineexplicit
Basic_set_container_wrapper_t typedefmysql::sets::Basic_boundary_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp >private
begin() noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >inline
begin() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >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, shall_catch >inline
Const_iterator_t typedefmysql::sets::detail::Boundary_set_interface< Self_tp, mysql::ranges::Range_iterator_type< Wrapped_tp >, mysql::ranges::Range_const_iterator_type< Wrapped_tp >, Wrapped_tp::Set_traits_t >
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
Element_t typedefmysql::sets::detail::Boundary_set_interface< Self_tp, mysql::ranges::Range_iterator_type< Wrapped_tp >, mysql::ranges::Range_const_iterator_type< Wrapped_tp >, Wrapped_tp::Set_traits_t >
empty() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >inline
end() noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >inline
end() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >inline
front() constmysql::ranges::Collection_interface< Self_tp >inline
get_allocator() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >inline
get_memory_resource() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >inline
Iterator_for typedefmysql::ranges::Collection_interface< Self_tp >private
Iterator_getter_t typedefmysql::sets::Upper_lower_bound_interface< Self_tp, Set_traits_tp, Iterator_tp, Const_iterator_tp, Iterator_get_value >
Iterator_t typedefmysql::sets::detail::Boundary_set_interface< Self_tp, mysql::ranges::Range_iterator_type< Wrapped_tp >, mysql::ranges::Range_const_iterator_type< Wrapped_tp >, Wrapped_tp::Set_traits_t >
lower_bound(const Iterator_t &hint, const Element_t &element)mysql::sets::Upper_lower_bound_interface< Self_tp, Set_traits_tp, Iterator_tp, Const_iterator_tp, Iterator_get_value >inline
lower_bound(const Const_iterator_t &hint, const Element_t &element) constmysql::sets::Upper_lower_bound_interface< Self_tp, Set_traits_tp, Iterator_tp, Const_iterator_tp, Iterator_get_value >inline
lower_bound(const Element_t &element)mysql::sets::Upper_lower_bound_interface< Self_tp, Set_traits_tp, Iterator_tp, Const_iterator_tp, Iterator_get_value >inline
lower_bound(const Element_t &element) constmysql::sets::Upper_lower_bound_interface< Self_tp, Set_traits_tp, Iterator_tp, Const_iterator_tp, Iterator_get_value >inline
lower_bound_dispatch(Self_arg_t &self_arg, const Iter_t &hint, const Element_t &element)mysql::sets::Upper_lower_bound_interface< Self_tp, Set_traits_tp, Iterator_tp, Const_iterator_tp, Iterator_get_value >inlinestatic
lower_bound_dispatch(Self_arg_t &self_arg, const Element_t &element)mysql::sets::Upper_lower_bound_interface< Self_tp, Set_traits_tp, Iterator_tp, Const_iterator_tp, Iterator_get_value >inlinestatic
m_wrappedmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >private
operator bool() constmysql::ranges::Collection_interface< Self_tp >inlineexplicit
operator!() constmysql::ranges::Collection_interface< Self_tp >inline
operator=(const Basic_boundary_container_wrapper &source)=defaultmysql::sets::Basic_boundary_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp >
operator=(Basic_boundary_container_wrapper &&source) noexcept=defaultmysql::sets::Basic_boundary_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp >
operator[](std::ptrdiff_t n)mysql::ranges::Collection_interface< Self_tp >inline
operator[](std::ptrdiff_t n) constmysql::ranges::Collection_interface< Self_tp >inline
rbegin()mysql::ranges::Collection_interface< Self_tp >inline
rbegin() constmysql::ranges::Collection_interface< Self_tp >inline
rend()mysql::ranges::Collection_interface< Self_tp >inline
rend() constmysql::ranges::Collection_interface< Self_tp >inline
Basic_set_container_wrapper< Self_tp, Wrapped_tp, mysql::self() noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >inlineprivate
Basic_set_container_wrapper< Self_tp, Wrapped_tp, mysql::self() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >inlineprivate
Basic_set_container_wrapper< Self_tp, Wrapped_tp, mysql::Self_t typedefmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >private
Set_category_t typedefmysql::sets::detail::Boundary_set_interface< Self_tp, mysql::ranges::Range_iterator_type< Wrapped_tp >, mysql::ranges::Range_const_iterator_type< Wrapped_tp >, Wrapped_tp::Set_traits_t >
Set_traits_t typedefmysql::sets::detail::Boundary_set_interface< Self_tp, mysql::ranges::Range_iterator_type< Wrapped_tp >, mysql::ranges::Range_const_iterator_type< Wrapped_tp >, Wrapped_tp::Set_traits_t >
size() const noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >inline
ssize() constmysql::ranges::Collection_interface< Self_tp >inline
This_t typedefmysql::sets::Basic_boundary_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp >private
upper_bound(const Iterator_t &hint, const Element_t &element)mysql::sets::Upper_lower_bound_interface< Self_tp, Set_traits_tp, Iterator_tp, Const_iterator_tp, Iterator_get_value >inline
upper_bound(const Const_iterator_t &hint, const Element_t &element) constmysql::sets::Upper_lower_bound_interface< Self_tp, Set_traits_tp, Iterator_tp, Const_iterator_tp, Iterator_get_value >inline
upper_bound(const Element_t &element)mysql::sets::Upper_lower_bound_interface< Self_tp, Set_traits_tp, Iterator_tp, Const_iterator_tp, Iterator_get_value >inline
upper_bound(const Element_t &element) constmysql::sets::Upper_lower_bound_interface< Self_tp, Set_traits_tp, Iterator_tp, Const_iterator_tp, Iterator_get_value >inline
upper_bound_dispatch(Self_arg_t &self_arg, const Iter_t &hint, const Element_t &element)mysql::sets::Upper_lower_bound_interface< Self_tp, Set_traits_tp, Iterator_tp, Const_iterator_tp, Iterator_get_value >inlinestatic
upper_bound_dispatch(Self_arg_t &self_arg, const Element_t &element)mysql::sets::Upper_lower_bound_interface< Self_tp, Set_traits_tp, Iterator_tp, Const_iterator_tp, Iterator_get_value >inlinestatic
wrapped() &noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >inlineprotected
wrapped() const &noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >inlineprotected
wrapped() &&noexceptmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >inlineprotected
Wrapped_t typedefmysql::containers::Basic_container_wrapper< Self_tp, Wrapped_tp, shall_catch >
~Basic_boundary_container_wrapper()=defaultmysql::sets::Basic_boundary_container_wrapper< Self_tp, Wrapped_tp, shall_catch_tp >