userver: userver/formats/yaml/value_fwd.hpp Source File
Loading...
Searching...
No Matches
value_fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/formats/yaml/value_fwd.hpp
4/// @brief Forward declaration of the formats::yaml::Value
5
6USERVER_NAMESPACE_BEGIN
7
8namespace formats::yaml {
9
10class Value;
11
12}
13
14USERVER_NAMESPACE_END