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 <fmt/core.h>#include <userver/formats/common/path.hpp>#include <userver/logging/log_helper_fwd.hpp>#include <userver/utils/fmt_compat.hpp>
This graph shows which files directly or indirectly include this file: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 | fmt::formatter<::formats::bson::Oid > |
Namespaces | |
| namespace | formats |
| Value formats representation, parsing and serialization. | |
| namespace | formats::bson |
| BSON support. | |
| namespace | std |
| STL namespace. | |
Functions | |
| logging::LogHelper & | formats::bson::operator<< (logging::LogHelper &lh, const Oid &value) |
Variables | |
| constexpr auto | formats::bson::kNull = nullptr |