userver
C++ Async Framework
Loading...
Searching...
No Matches
time_point_tz.hpp
1
#
pragma
once
2
3
// Utilitary header for chaotic for a custom type serialization/parsing support
4
5
#
include
<
userver
/
chaotic
/
convert
/
to
.
hpp
>
6
#
include
<
userver
/
storages
/
postgres
/
io
/
chrono
.
hpp
>
7
8
USERVER_NAMESPACE_BEGIN
9
10
namespace
storages::postgres {
11
12
TimePointTz Convert(
const
std::string& str, chaotic::convert::To<TimePointTz>);
13
14
std::string Convert(
const
TimePointTz& tp, chaotic::convert::To<std::string>);
15
16
}
// namespace storages::postgres
17
18
USERVER_NAMESPACE_END
userver
chaotic
io
userver
storages
postgres
time_point_tz.hpp
Generated on Tue Dec 30 2025 09:16:55 for userver by
Doxygen
1.9.8