userver: userver/formats/yaml/file.hpp Source File
Loading...
Searching...
No Matches
file.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/formats/yaml/file.hpp
4/// @brief @copybrief formats::yaml::FromFile
5
6#include <userver/formats/yaml/value.hpp>
7
8USERVER_NAMESPACE_BEGIN
9
10namespace formats::yaml {
11
12/// @brief Read YAML from file
13formats::yaml::Value FromFile(const std::string& path);
14
15} // namespace formats::yaml
16
17USERVER_NAMESPACE_END