OmniSciDB
94e8789169
|
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 | omnisci::UUID |
Namespaces | |
omnisci | |
Functions | |
bool | omnisci::operator== (const UUID &lhs, const UUID &rhs) noexcept |
bool | omnisci::operator!= (const UUID &lhs, const UUID &rhs) noexcept |
bool | omnisci::operator< (const UUID &lhs, const UUID &rhs) noexcept |
std::string | omnisci::to_string (const UUID &uuid) |
Variables | |
constexpr UUID | omnisci::empty_uuid {} |
No-frills UUID type class to allow easy containerization and comparison of device UUIDs from different APIs.
Definition in file uuid.h.