Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
uuid.hpp File Reference
#include <helios/core_pch.hpp>
#include <uuid.h>
#include <algorithm>
#include <array>
#include <bit>
#include <concepts>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <random>
#include <span>
#include <string>
#include <string_view>
#include <type_traits>

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