mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
rfc4122bis is officially RFC 9562 now
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
A UUID, or Universally unique identifier, is intended to uniquely identify information in a distributed environment without significant central coordination.
|
||||
It can be used to tag objects with very short lifetimes, or to reliably identify very persistent objects across a network.
|
||||
|
||||
A formal definition for UUID can be found in https://www.ietf.org/rfc/rfc4122.txt[RFC 4122].
|
||||
A formal definition for UUID can be found in https://datatracker.ietf.org/doc/rfc4122/[RFC 4122] and https://datatracker.ietf.org/doc/rfc9562/[RFC 9562].
|
||||
|
||||
UUIDs have many applications.
|
||||
Some examples follow: Databases may use UUIDs to identify rows or records in order to ensure that they are unique across different databases, or for publication/subscription services.
|
||||
|
||||
@@ -41,6 +41,6 @@ public:
|
||||
}} // namespace boost::uuids
|
||||
----
|
||||
|
||||
The class `time_generator_v6` generates time-based version 6 UUIDs, as described in https://datatracker.ietf.org/doc/draft-ietf-uuidrev-rfc4122bis/[rfc4122bis] section 5.6.
|
||||
The class `time_generator_v6` generates time-based version 6 UUIDs, as described in https://datatracker.ietf.org/doc/rfc9562/[RFC 9562] section 5.6.
|
||||
|
||||
It operates in the exact same manner as `time_generator_v1`, with the only difference being that it produces version 6 UUIDs rather than version 1 ones.
|
||||
|
||||
@@ -36,7 +36,7 @@ public:
|
||||
}} // namespace boost::uuids
|
||||
----
|
||||
|
||||
The class `time_generator_v7` generates time-based version 7 UUIDs, as described in https://datatracker.ietf.org/doc/draft-ietf-uuidrev-rfc4122bis/[rfc4122bis] section 5.7.
|
||||
The class `time_generator_v7` generates time-based version 7 UUIDs, as described in https://datatracker.ietf.org/doc/rfc9562/[RFC 9562] section 5.7.
|
||||
|
||||
=== Constructors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user