uuid
A header-only C++ library that provides support for UUID/GUID types
Usage
In CMake script, add uuid::uuid in your target's target_link_libraries command.
In your source code:
#include <uuids/uuid.hpp>
The library provides compatibility to the json++ library and the sqlite++ library. To use these compatibility layers, include the following lines in your source code:
#include <uuids/uuid-json.hpp>
or
#include <uuids/uuid-sqlite.hpp>