userver
C++ Async Framework
Loading...
Searching...
No Matches
time_types.hpp
1
#
pragma
once
2
3
#
include
<
userver
/
utils
/
datetime
.
hpp
>
4
#
include
<
userver
/
utils
/
datetime
/
steady_coarse_clock
.
hpp
>
5
6
USERVER_NAMESPACE_BEGIN
7
8
namespace
storages
::
postgres
::detail {
9
10
using
SteadyClock = USERVER_NAMESPACE::utils::
datetime
::
SteadyClock
;
11
using
SteadyCoarseClock = USERVER_NAMESPACE::utils::
datetime
::SteadyCoarseClock;
12
13
}
// namespace storages::postgres::detail
14
15
USERVER_NAMESPACE_END
userver
storages
postgres
detail
time_types.hpp
Generated on Wed May 15 2024 22:28:36 for userver by
Doxygen
1.10.0