MongoDB C++ Driver
legacy-1.0.3
|
Provides iteration of a BSONArray's BSONElements in numeric field order. More...
#include <bsonobjiterator.h>
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.