qb
2.0.0.0
C++17 Actor Framework
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
32
namespace
qb {
40
using
uuid
= ::uuids::uuid;
41
52
uuid
generate_random_uuid
();
53
54
}
// namespace qb
55
56
#endif
// QB_UUID_H
qb::generate_random_uuid
uuid generate_random_uuid()
Generates a random (version 4) UUID.
qb::uuid
::uuids::uuid uuid
UUID type alias for the underlying implementation.
Definition
uuid.h:40
include
qb
uuid.h
Generated by
1.14.0