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