userver
C++ Async Framework
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
Toggle main menu visibility
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
All results
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, std::chrono::microseconds>;
14
15
[[
noreturn
]]
void
ThrowDumpUnimplemented(
const
std::string& name);
16
17
}
// namespace dump
18
19
USERVER_NAMESPACE_END
Docs version:
v1.0
,
v2.0
,
trunk/develop
userver
dump
helpers.hpp
Generated on Tue May 13 2025 12:30:59 for userver by
Doxygen
1.13.2