userver: userver/formats/bson/value.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
value.hpp File Reference

Non-mutable BSON value representation. More...

#include <chrono>
#include <cstddef>
#include <cstdint>
#include <string>
#include <userver/formats/bson/exception.hpp>
#include <userver/formats/bson/iterator.hpp>
#include <userver/formats/bson/types.hpp>
#include <userver/formats/common/items.hpp>
#include <userver/formats/common/meta.hpp>
#include <userver/formats/parse/common.hpp>
#include <userver/formats/parse/common_containers.hpp>
+ Include dependency graph for value.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  formats::bson::Value
 Non-mutable BSON value representation. More...
 
struct  formats::bson::Value::DefaultConstructed
 

Namespaces

namespace  formats
 Value formats representation, parsing and serialization.
 
namespace  formats::bson
 BSON support.
 
namespace  formats::literals
 

Functions

bson::Value formats::literals::operator""_bson (const char *str, std::size_t len)
 

Detailed Description

Non-mutable BSON value representation.

Definition in file value.hpp.