OmniSciDB
a5dc49c757
|
No-frills UUID type class to allow easy containerization and comparison of device UUIDs from different APIs. More...
#include <algorithm>
#include <array>
#include <iomanip>
#include <iterator>
#include <sstream>
Go to the source code of this file.
Classes | |
class | heavyai::UUID |
Namespaces | |
heavyai | |
Functions | |
bool | heavyai::operator== (const UUID &lhs, const UUID &rhs) noexcept |
bool | heavyai::operator!= (const UUID &lhs, const UUID &rhs) noexcept |
bool | heavyai::operator< (const UUID &lhs, const UUID &rhs) noexcept |
std::string | heavyai::to_string (const UUID &uuid) |
Variables | |
constexpr UUID | heavyai::empty_uuid {} |
No-frills UUID type class to allow easy containerization and comparison of device UUIDs from different APIs.
Definition in file uuid.h.