Guid.ixx File
Lightweight GUID (globally unique identifier) implementation. More...
Included Headers
#include <atomic>
#include <cstdint>
#include <helios.core.types>
Namespaces Index
| namespace | helios |
| namespace | util |
|
Utility functions and helper classes. More... | |
Classes Index
| class | Guid |
|
Representative of a Globally Unique Identifier. More... | |
| struct | hash<helios::util::Guid> |
Description
Lightweight GUID (globally unique identifier) implementation.
File Listing
The file content with the documentation metadata removed is:
15export namespace helios::util {
23 class Guid final {
33 explicit Guid(helios::core::types::no_init_t) {};
42 constexpr bool operator==(const Guid& guid) const = default;
51 constexpr bool operator!=(const Guid& guid) const = default;
116 std::size_t operator()(const helios::util::Guid& guid) const noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.