MongoDB C++ Driver
mongocxx-3.0.0
|
A mutable iterator over the contents of an array view. More...
#include <view.hpp>
bool | operator== (const iterator &, const iterator &) |
Compare two iterators for (in)-equality. | |
bool | operator!= (const iterator &, const iterator &) |
Compare two iterators for (in)-equality. | |
A mutable iterator over the contents of an array view.
This iterator type provides a mutable forward iterator interface to array view elements.