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

A mutable iterator over the contents of a document view. More...

#include <view.hpp>

+ Inheritance diagram for bsoncxx::document::view::iterator:

Friends

bool operator== (const iterator &, const iterator &)
 Compares two iterators for in-equality. More...
 
bool operator!= (const iterator &, const iterator &)
 Compares two iterators for in-equality. More...
 

Detailed Description

A mutable iterator over the contents of a document view.

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

Friends And Related Function Documentation

bool operator!= ( const iterator ,
const iterator  
)
friend

Compares two iterators for in-equality.

view::iterator

bool operator== ( const iterator ,
const iterator  
)
friend

Compares two iterators for in-equality.

view::iterator


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