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

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

#include <iterator_interface.h>

Concept definition

template<class Type>
True if Type has the members required for Iterator_interface<Type> to satisfy std::input_iterator.
Definition: iterator_interface.h:129
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 an is_equal or distance_from member.
Definition: iterator_interface.h:116

Detailed Description

True if Type has the members required for Iterator_interface<Type> to meet the syntactic requirements for LegacyInputIterator.