userver: userver/formats/yaml/value_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
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