|
FastBSON
A BSON library that will hopefully be faster and more robust than the one built into mongo-cxx-driver
|
Definition of the BSON Document class. More...
#include "element.h"#include "typeinfo"#include <initializer_list>#include <map>#include <set>#include <sstream>#include <ostream>Go to the source code of this file.
Classes | |
| class | bson::Document |
Functions | |
| std::ostream & | bson::operator<< (std::ostream &oss, const Document &d) |
Definition of the BSON Document class.