qb  2.0.0.0
C++17 Actor Framework
qb Issue Watch Star Fork Follow @isndev
Loading...
Searching...
No Matches
uuid.h
Go to the documentation of this file.
1
26
27#include <uuid/include/uuid.h>
28
29#ifndef QB_UUID_H
30#define QB_UUID_H
31
32namespace qb {
40using uuid = ::uuids::uuid;
41
53
54} // namespace qb
55
56#endif // QB_UUID_H
uuid generate_random_uuid()
Generates a random (version 4) UUID.
::uuids::uuid uuid
UUID type alias for the underlying implementation.
Definition uuid.h:40