MongoDB C++ Driver current
Loading...
Searching...
No Matches
Public Types | List of all members
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
 

Member Typedef Documentation

◆ value_type

std::iterator_traits

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: