userver: userver/formats/json/string_builder_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
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