Antkeeper  0.0.1
Public Member Functions | Public Attributes | List of all members
uuid Struct Reference

128-bit universally unique identifier (UUID). More...

#include <uuid.hpp>

Public Member Functions

std::string string () const
 Returns a string representation of the UUID. More...
 

Public Attributes

std::array< std::byte, 16 > data {}
 UUID data. More...
 

Detailed Description

128-bit universally unique identifier (UUID).

Definition at line 31 of file uuid.hpp.

Member Function Documentation

◆ string()

std::string uuid::string ( ) const

Returns a string representation of the UUID.

Definition at line 23 of file uuid.cpp.

Member Data Documentation

◆ data

std::array<std::byte, 16> uuid::data {}

UUID data.

Definition at line 37 of file uuid.hpp.


The documentation for this struct was generated from the following files: