MongoDB C++ Driver  mongocxx-3.0.2
List of all members
bsoncxx::array::view::iterator Class Reference

A mutable iterator over the contents of an array view. More...

#include <view.hpp>

+ Inheritance diagram for bsoncxx::array::view::iterator:
bool operator== (const iterator &, const iterator &)
 Compare two iterators for (in)-equality.
 
bool operator!= (const iterator &, const iterator &)
 Compare two iterators for (in)-equality.
 

Detailed Description

A mutable iterator over the contents of an array view.

This iterator type provides a mutable forward iterator interface to array view elements.


The documentation for this class was generated from the following file: