MongoDB C++ Driver mongocxx-3.10.1
Loading...
Searching...
No Matches
Public Types | List of all members
bsoncxx::v_noabi::document::view::const_iterator Class Reference

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

#include <view.hpp>

Public Types

using value_type = element
 std::iterator_traits
 

Detailed Description

A const iterator over the contents of a document view.

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

Friends And Related Symbol Documentation

◆ operator!=

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

Compares two const_iterators for (in)-equality.

◆ operator==

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

Compares two const_iterators for (in)-equality.


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