MySQL 9.6.0
Source Code Documentation
mysql::sets::detail::Is_boundary_set_helper Concept Reference

True if Test is an interval set with Element_t as its element type, assuming that Iterator_t is its iterator type and Const_iterator_t its const iterator type. More...

#include <boundary_set_meta.h>

Concept definition

template<class Test, class Iterator_t, class Const_iterator_t, class Element_t>
mysql::meta::Is_same_as_all<typename Test::Element_t,
typename Test::Set_traits_t::Element_t,
Element_t> &&
Const_iterator_t, Element_t>
True if all the given types are equal (like a vararg version of std::same_as).
Definition: is_same_as_all.h:64
True if Test has a member Set_category_t satisfying Is_set_category.
Definition: set_categories.h:55
True if Test is a boundary point iterator over values of type Value_t.
Definition: boundary_set_meta.h:99
True if Test is a "bounded" Set traits class.
Definition: set_traits.h:105
True if Test is a set.
Definition: set_categories_and_traits.h:62
True if Test is an interval set with Element_t as its element type, assuming that Iterator_t is its i...
Definition: boundary_set_meta.h:160

Detailed Description

True if Test is an interval set with Element_t as its element type, assuming that Iterator_t is its iterator type and Const_iterator_t its const iterator type.