|
Euphoria
|
Represents a universally unique identifier. More...
Public Member Functions | |
| Guid ()=default | |
| Does nothing. | |
| constexpr | Guid (std::array< u8, 16 > d) |
| Set the guid data. | |
| constexpr | Guid (u32 a, u16 b, u16 c, u16 d, u64 e) |
Static Public Member Functions | |
| static std::optional< Guid > | generate () |
Public Attributes | |
| std::array< u8, 16 > | data |
|
default |
Does nothing.