MySQL 9.6.0
Source Code Documentation
mysql::sets::detail::Has_upper_bound_impl Concept Reference

True if one of the upper bound functions is defined. More...

#include <upper_lower_bound_interface.h>

Concept definition

template<class Test, class Iterator_t, class Element_t>
True if Test::upper_bound_impl(test, hint, element) is defined.
Definition: upper_lower_bound_interface.h:64
True if Test::upper_bound_impl(test, element) is defined.
Definition: upper_lower_bound_interface.h:73
True if one of the upper bound functions is defined.
Definition: upper_lower_bound_interface.h:80

Detailed Description

True if one of the upper bound functions is defined.