MongoDB C++ Driver
mongocxx-3.10.2
|
A const iterator over the contents of an array view. More...
#include <view.hpp>
Public Types | |
using | value_type = element |
std::iterator_traits | |
bool | operator== (const const_iterator &, const const_iterator &) |
Compare two const_iterators for (in)-equality. | |
bool | operator!= (const const_iterator &, const const_iterator &) |
Compare two const_iterators for (in)-equality. | |
A const iterator over the contents of an array view.
This iterator type provides a const forward iterator interface to array view elements.