UUID class, using the Boost uuid implementation. More...
#include <Balau/Type/ToString.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include <sstream>
Go to the source code of this file.
Classes | |
class | UUID |
UUID class, using the Boost uuid implementation. More... | |
Namespaces | |
Balau | |
The root Balau namespace. | |
Functions | |
template<typename AllocatorT > | |
Balau::U8String< AllocatorT > | toString (const UUID &uuid) |
Print the UUID as a UTF-8 string. More... | |
UUID class, using the Boost uuid implementation.