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

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

#include <boundary_set_meta.h>

Concept definition

template<class Test, class Set_traits_t>
std::is_reference_v<Test>
True if Test is an interval set over the given Set traits.
Definition: boundary_set_meta.h:217
True if Test is a reference to a boundary set.
Definition: boundary_set_meta.h:232

Detailed Description

True if Test is a reference to a boundary set.

See also
Is_boundary_set_over_traits