![]() |
MySQL 9.6.0
Source Code Documentation
|
True if Test is an "ordered" Set traits class. More...
#include <set_traits.h>
True if Test is an "ordered" Set traits class.
This requires that Test has an element type, and the static member functions lt, le, gt, and ge to compare two values, and the member type Less_t which is a function object class whose objects satisfy the Compare named requirements (cf. https://en.cppreference.com/w/cpp/named_req/Compare).