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
6#include <string>
7#include <vector>
8
9namespace baggage {
10
11class BaggageManagerComponent;
12class BaggageManager;
13class Baggage;
14class BaggageEntry;
16
17using BaggageProperties =
18 std::vector<std::pair<std::string, std::optional<std::string>>>;
19
20} // namespace baggage