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

true if Type has the members required for Iterator_interface<Type> to meet the syntactic requirements for LegacyBidirectionalIterator. 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 and the value type for required for Iterator_interface<Type> to meet the...
Definition: iterator_interface.h:143
true if Type has an advance member
Definition: iterator_interface.h:97
true if Type has a prev member
Definition: iterator_interface.h:93

Detailed Description

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