MySQL 26.7.0
Source Code Documentation
mysql::iterators::Is_legacy_random_access_iterator_impl Concept Reference

true if Type has the members required for Iterator_interface<Type> to meet the syntactic requirements for LegacyRandomAccessIterator. More...

#include <iterator_interface.h>

Concept definition

template<class Type>
true if Type has the members required for Iterator_interface<Type> to meet the syntactic requirements...
Definition: iterator_interface.h:152
true if Type has the members required for Iterator_interface<Type> to meet the syntactic requirements...
Definition: iterator_interface.h:159
true if Type has an advance member
Definition: iterator_interface.h:97
true if Type has a distance_from member
Definition: iterator_interface.h:102

Detailed Description

true if Type has the members required for Iterator_interface<Type> to meet the syntactic requirements for LegacyRandomAccessIterator.