Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

FieldViewFwdIterator concept

A type T fulfills FieldViewFwdIterator if it fulfills the LegacyForwardIterator standard concept, and std::iterator_traits<T>::reference is convertible to field_view.


PrevUpHomeNext