BSON-specific types.
Definition in file types.hpp.
Go to the source code of this file.
#include <chrono>
#include <cstdint>
#include <functional>
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include <bson/bson.h>
#include <userver/formats/common/path.hpp>
Classes | |
class | formats::bson::Oid |
BSON ObjectId. More... | |
class | formats::bson::Binary |
BSON Binary. More... | |
class | formats::bson::Decimal128 |
BSON Decimal128. More... | |
class | formats::bson::MinKey |
BSON MinKey. More... | |
class | formats::bson::MaxKey |
BSON MaxKey. More... | |
class | formats::bson::Timestamp |
BSON Timestamp. More... | |
struct | std::hash<::formats::bson::Oid > |
struct | std::hash<::formats::bson::Binary > |
struct | std::hash<::formats::bson::Timestamp > |
Namespaces | |
namespace | formats |
Value formats representation, parsing and serialization. | |
namespace | formats::bson |
BSON support. | |
namespace | std |
STL namespace. | |
Variables | |
constexpr auto | formats::bson::kNull = nullptr |