userver: userver/formats/bson/binary.hpp File Reference
Loading...
Searching...
No Matches
binary.hpp File Reference

Detailed Description

Binary representation helpers.

Definition in file binary.hpp.

Go to the source code of this file.

#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:

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.