![]() |
MySQL 9.6.0
Source Code Documentation
|
True if Test is a "bounded" Set traits class. More...
#include <set_traits.h>
True if Test is a "bounded" Set traits class.
This requires that it is ordered, and has static member functions min and max_exclusive that give the minimum and maximum value, respectively, as well as the in_range convenience function that returns true if a value is in the range.