userver
C++ Async Framework
Loading...
Searching...
No Matches
helpers.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/dump/helpers.hpp
4
/// @brief Dump utils
5
6
#
include
<
chrono
>
7
#
include
<
string
>
8
9
USERVER_NAMESPACE_BEGIN
10
11
namespace
dump
{
12
13
using
TimePoint = std::chrono::time_point<std::chrono::system_clock,
14
std::chrono::microseconds>;
15
16
[[
noreturn
]]
void
ThrowDumpUnimplemented(
const
std::string& name);
17
18
}
// namespace dump
19
20
USERVER_NAMESPACE_END
userver
dump
helpers.hpp
Generated on Wed May 15 2024 22:22:29 for userver by
Doxygen
1.10.0