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

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

#include <view.hpp>

+ Inheritance diagram for bsoncxx::array::view::const_iterator:
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.
 

Detailed Description

A const iterator over the contents of an array view.

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


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