Inline value builders. More...
#include <string_view>#include <userver/formats/bson/bson_builder.hpp>#include <userver/formats/bson/document.hpp>#include <userver/formats/bson/types.hpp>#include <userver/formats/bson/value.hpp>#include <userver/utils/fast_pimpl.hpp>
Include dependency graph for inline.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | formats |
| Value formats representation, parsing and serialization. | |
| namespace | formats::bson |
| BSON support. | |
Functions | |
| template<typename... Args> | |
| Document | formats::bson::MakeDoc (Args &&...) |
| Constructs a Document from provided key-value pairs. | |
| template<typename... Args> | |
| Value | formats::bson::MakeArray (Args &&...) |
| Constructs an array Value from provided element list. | |
Inline value builders.
Definition in file inline.hpp.