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

True if Type has the members and the value type for required for Iterator_interface<Type> to meet the syntactic requirements for LegacyForwardIterator. More...

#include <iterator_interface.h>

Concept definition

template<class Type>
std::copyable<Type>
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 the members required for Iterator_interface<Type> to meet the syntactic requirements...
Definition: iterator_interface.h:136
true if Type has a get member that returns a pointer.
Definition: iterator_interface.h:65
true if Type has a get member that returns a reference type.
Definition: iterator_interface.h:72

Detailed Description

True if Type has the members and the value type for required for Iterator_interface<Type> to meet the syntactic requirements for LegacyForwardIterator.