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

True if Test is a reference to a boundary set. More...

#include <boundary_set_meta.h>

Concept definition

template<class Test>
Is_boundary_set<std::remove_reference_t<Test>> && std::is_reference_v<Test>
True if Test is a reference to a boundary set.
Definition: boundary_set_meta.h:225
True if Test is an interval set, i.e., provides a view over intervals sorted by their endpoints,...
Definition: boundary_set_meta.h:209

Detailed Description

True if Test is a reference to a boundary set.

See also
Is_boundary_set