![]() |
MySQL 9.6.0
Source Code Documentation
|
Helper class to define the Ordered_set_traits_interface::Less_t member.
More...
#include <ordered_set_traits_interface.h>
Public Member Functions | |
| constexpr bool | operator() (const Element_tp &left, const Element_tp &right) const |
Return Impl_tp::lt(left, right). More... | |
Helper class to define the Ordered_set_traits_interface::Less_t member.
This can be used by standard algorithms/classes such as std::set/stdsort that need a function object to compare elements.
| Element_tp | Type of values. |
| Impl_tp | Set traits implementation class. |
|
inlineconstexpr |
Return Impl_tp::lt(left, right).