MySQL 9.6.0
Source Code Documentation
mysql::sets::Is_boundary_storage_over_traits Concept Reference

True if Test is a boundary storage over the given Set traits. More...

#include <boundary_set_meta.h>

Concept definition

template<class Test, class Set_traits_t>
True if Test has a member Set_traits_t.
Definition: set_traits.h:59
True if Test is a boundary storage over the given Set traits.
Definition: boundary_set_meta.h:350
True if Test is a readable boundary storage, i.e., an object that can be used as the back-end storage...
Definition: boundary_set_meta.h:342
True if Test is a "bounded" Set traits class.
Definition: set_traits.h:105

Detailed Description

True if Test is a boundary storage over the given Set traits.

See also
Is_boundary_storage