![]() |
MySQL 9.6.0
Source Code Documentation
|
True if Test is a readable boundary storage, i.e., an object that can be used as the back-end storage for a boundary container, without the requirement to have altering operations.
More...
#include <boundary_set_meta.h>
True if Test is a readable boundary storage, i.e., an object that can be used as the back-end storage for a boundary container, without the requirement to have altering operations.
Normally, use Is_boundary_storage instead. This weaker form is usable when constraining parameters of the altering operations themselves, to prevent circular dependencies among constraints.
This requires the following:
Test satisfies Is_collection and Is_upper_lower_bound_implementation.Test::Set_traits_t satisfies Is_bounded_set_traitsTest satisfy Is_boundary_iterator.Test::Element_t and Test::Set_traits_t::Element_t.