MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
bsoncxx::v_noabi::array::view::const_iterator Class Reference

#include <bsoncxx/v_noabi/bsoncxx/array/view.hpp>

Description

A const iterator over the contents of an array view.

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

Public Types

using value_type = element
 std::iterator_traits
 

Related Symbols

(Note that these are not member symbols.)

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.
 

Member Typedef Documentation

◆ value_type

Friends And Related Symbol Documentation

◆ operator!=

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

Compare two const_iterators for (in)-equality.

◆ operator==

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

Compare two const_iterators for (in)-equality.


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