MySQL 9.6.0
Source Code Documentation
mysql::ranges::Is_iterator_for_range Concept Reference

True if Iterator is either the iterator or the const iterator for Range_t. More...

#include <meta.h>

Concept definition

template<class Iterator_t, class Range_t>
std::same_as<Iterator_t, Range_iterator_type<Range_t>>
True if Iterator is either the iterator or the const iterator for Range_t.
Definition: meta.h:57

Detailed Description

True if Iterator is either the iterator or the const iterator for Range_t.