MongoDB C++ Driver legacy-1.1.2
Loading...
Searching...
No Matches
List of all members
mongo::BSONArrayIteratorSorted Class Reference

Provides iteration of a BSONArray's BSONElements in numeric field order. More...

#include <bsonobjiterator.h>

+ Inheritance diagram for mongo::BSONArrayIteratorSorted:

Detailed Description

Provides iteration of a BSONArray's BSONElements in numeric field order.

The elements of a bson array should always be numerically ordered by field name, but this implementation re-sorts them anyway.


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