|
Rerun C++ SDK
|
Datatype: A 16-byte UUID. More...
#include <rerun/datatypes/uuid.hpp>
Public Member Functions | |
| Uuid (std::array< uint8_t, 16 > bytes_) | |
| Uuid & | operator= (std::array< uint8_t, 16 > bytes_) |
Public Attributes | |
| std::array< uint8_t, 16 > | bytes |
| The raw bytes representing the UUID. | |
Datatype: A 16-byte UUID.