userver
C++ Async Framework
Loading...
Searching...
No Matches
metrics_storage_fwd.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/utils/statistics/metrics_storage_fwd.hpp
4
/// @brief Forward declarations for utils::statistics::MetricsStorage
5
6
#
include
<
memory
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
utils
::
statistics
{
11
12
class
MetricsStorage;
13
14
using
MetricsStoragePtr = std::shared_ptr<MetricsStorage>;
15
16
}
// namespace utils::statistics
17
18
USERVER_NAMESPACE_END
userver
utils
statistics
metrics_storage_fwd.hpp
Generated on Thu May 21 2026 16:20:23 for userver by
Doxygen
1.13.2