userver
C++ Async Framework
Loading...
Searching...
No Matches
string_view.hpp
1
#
pragma
once
2
3
#
include
<
ydb
-
cpp
-
sdk
/
library
/
monlib
/
metrics
/
metric_type
.
h
>
4
5
USERVER_NAMESPACE_BEGIN
6
7
namespace
ydb::impl {
8
9
using
StringView = std::invoke_result_t<
decltype
(&NMonitoring::MetricTypeToStr),
10
NMonitoring::EMetricType>;
11
12
}
// namespace ydb::impl
13
14
USERVER_NAMESPACE_END
userver
ydb
impl
string_view.hpp
Generated on Wed May 15 2024 22:36:05 for userver by
Doxygen
1.10.0