#include <uuid.h>
|
constexpr | UUID () noexcept |
|
Definition at line 34 of file uuid.h.
constexpr heavyai::UUID::UUID |
( |
| ) |
|
|
inlinenoexcept |
bool operator< |
( |
const UUID & |
lhs, |
|
|
const UUID & |
rhs |
|
) |
| |
|
friend |
Definition at line 106 of file uuid.h.
107 return lhs.data_ < rhs.data_;
bool operator== |
( |
const UUID & |
lhs, |
|
|
const UUID & |
rhs |
|
) |
| |
|
friend |
Definition at line 98 of file uuid.h.
99 return lhs.data_ == rhs.data_;
The documentation for this class was generated from the following file:
- /home/jenkins-slave/workspace/core-os-doxygen/Shared/uuid.h