userver: userver/formats/bson.hpp Source File
Loading...
Searching...
No Matches
bson.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/formats/bson.hpp
4/// @brief Include-all header for BSON support
5
6#include <userver/formats/bson/binary.hpp>
7#include <userver/formats/bson/document.hpp>
8#include <userver/formats/bson/exception.hpp>
9#include <userver/formats/bson/inline.hpp>
10#include <userver/formats/bson/iterator.hpp>
11#include <userver/formats/bson/types.hpp>
12#include <userver/formats/bson/value.hpp>
13#include <userver/formats/bson/value_builder.hpp>
14
15USERVER_NAMESPACE_BEGIN
16
17/// BSON support
18namespace formats::bson {}
19
20USERVER_NAMESPACE_END