userver: userver/baggage/fwd.hpp Source File
Loading...
Searching...
No Matches
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