Antkeeper  0.0.1
Classes | Functions
uuid.hpp File Reference
#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...
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const uuid id 
)

Writes a UUID to an output stream.

Parameters
osOutput stream.
idUUID.
Returns
Output stream.

Definition at line 39 of file uuid.cpp.