userver: userver/formats/bson/binary.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
binary.hpp File Reference

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.
 

Detailed Description

Binary representation helpers.

Definition in file binary.hpp.