userver: userver/formats/bson_fwd.hpp Source File
Loading...
Searching...
No Matches
bson_fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/formats/bson_fwd.hpp
4/// @brief Forward declarations of formats::bson types, formats::parse::To and
5/// formats::serialize::To.
6
7#include <userver/formats/parse/to.hpp>
8#include <userver/formats/serialize/to.hpp>
9
10USERVER_NAMESPACE_BEGIN
11
12namespace formats::bson {
13
14class Oid;
15class Binary;
16class Decimal128;
17class Document;
18class Timestamp;
19class Value;
20class ValueBuilder;
21
22} // namespace formats::bson
23
24USERVER_NAMESPACE_END