Radix Relay
Hybrid mesh communications with Signal Protocol encryption
Loading...
Searching...
No Matches
uuid_generator.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
radix_relay::core
{
6
10
class
uuid_generator
11
{
12
public
:
18
[[nodiscard]]
static
auto
generate
() -> std::string;
19
};
20
21
}
// namespace radix_relay::core
radix_relay::core::uuid_generator
Utility for generating RFC 4122 UUIDs.
Definition
uuid_generator.hpp:11
radix_relay::core::uuid_generator::generate
static auto generate() -> std::string
Generates a new UUID string.
radix_relay::core
Definition
command_handler.hpp:13
lib
core
include
core
uuid_generator.hpp
Generated by
1.9.8