Function uuid
Summary
#include "breeze/uuid/uuid.hpp"
(1) uuid() noexcept
(2) uuid(variant_type, version_type)
Function overload
Synopsis
#include "breeze/uuid/uuid.hpp"
uuid() noexcept
Description
Constructs a nil uuid, i.e. a uuid that has all 128 bits set to zero.
Source
Line 45 in breeze/uuid/uuid.hpp.
Synopsis
#include "breeze/uuid/uuid.hpp"
uuid(variant_type, version_type)
Description
Constructs a uuid having the given variant and version.
Source
Line 49 in breeze/uuid/uuid.hpp.