Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
uuid.hpp File Reference
#include <uuid.h>
#include <algorithm>
#include <array>
#include <cstddef>
#include <random>
#include <span>
#include <string>
#include <string_view>

Go to the source code of this file.

Classes

class  helios::Uuid
 A class representing a universally unique identifier (UUID). More...
class  helios::UuidGenerator
 A class for generating random UUIDs using a specified random number generator. More...
struct  std::hash< helios::Uuid >

Namespaces

namespace  helios
namespace  std
 STL namespace.

Functions

constexpr void helios::swap (Uuid &lhs, Uuid &rhs)