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

True if one of the lower 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::lower_bound_impl(test, hint, element) is defined.
Definition: upper_lower_bound_interface.h:42
True if Test::lower_bound_impl(test, element) is defined.
Definition: upper_lower_bound_interface.h:51
True if one of the lower bound functions is defined.
Definition: upper_lower_bound_interface.h:58

Detailed Description

True if one of the lower bound functions is defined.