userver: userver/baggage/fwd.hpp Source File
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/baggage/fwd.hpp
4/// @brief Forward declarations of baggage and baggage helpers classes
5
6namespace baggage {
7
8class BaggageManagerComponent;
9class BaggageManager;
10class Baggage;
11class BaggageEntry;
13
14using BaggageProperties =
15 std::vector<std::pair<std::string, std::optional<std::string>>>;
16
17} // namespace baggage