Antkeeper  0.0.1
Functions
uuid.cpp File Reference
#include <engine/utility/uuid.hpp>
#include <cstdint>

Go to the source code of this file.

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.