userver
C++ Async Framework
Loading...
Searching...
No Matches
uuid.hpp
1
#
pragma
once
2
3
#
include
<
boost
/
uuid
/
uuid
.
hpp
>
4
5
#
include
<
userver
/
chaotic
/
convert
/
to
.
hpp
>
6
7
USERVER_NAMESPACE_BEGIN
8
9
namespace
chaotic::convert {
10
11
boost::uuids::uuid Convert(
const
std::string& str, USERVER_NAMESPACE::chaotic::convert::
To
<boost::uuids::uuid>);
12
13
std::string Convert(
const
boost::uuids::uuid& uuid, USERVER_NAMESPACE::chaotic::convert::
To
<std::string>);
14
15
}
// namespace chaotic::convert
16
17
USERVER_NAMESPACE_END
userver
chaotic
io
boost
uuids
uuid.hpp
Generated on Tue Nov 19 2024 11:25:47 for userver by
Doxygen
1.10.0