Antkeeper
0.0.1
|
#include <array>
#include <cstddef>
#include <ostream>
#include <string>
Go to the source code of this file.
Classes | |
struct | uuid |
128-bit universally unique identifier (UUID). More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const uuid &id) |
Writes a UUID to an output stream. More... | |