userver: userver/utils/resource_scopes_fwd.hpp Source File
Loading...
Searching...
No Matches
resource_scopes_fwd.hpp
Go to the documentation of this file.
1#pragma once
2
3/// @file userver/utils/resource_scopes_fwd.hpp
4/// @brief Forward declarations of @ref utils::ResourceScopeStorage and
5/// @ref utils::WithResourceScopes
6
7USERVER_NAMESPACE_BEGIN
8
9namespace utils {
10
11class ResourceScopeStorage;
12
13template <typename Wrapped>
14class WithResourceScopes;
15
16} // namespace utils
17
18USERVER_NAMESPACE_END