Binary representation helpers. More...
#include <string>#include <string_view>#include <userver/formats/bson/document.hpp>#include <userver/formats/bson/types.hpp>
Include dependency graph for binary.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | formats::bson::BsonString |
Namespaces | |
| namespace | formats |
| Value formats representation, parsing and serialization. | |
| namespace | formats::bson |
| BSON support. | |
Functions | |
| Document | formats::bson::FromBinaryString (std::string_view binary) |
| Recovers a BSON document from its binary form. | |
| BsonString | formats::bson::ToBinaryString (const formats::bson::Document &) |
| Dumps a bson document to a binary string. | |
Binary representation helpers.
Definition in file binary.hpp.