2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

Update time_generator_v7.adoc

This commit is contained in:
ivanpanch
2025-08-09 18:22:15 +02:00
committed by GitHub
parent 8cbdf13020
commit 478a85cbb2

View File

@@ -97,6 +97,6 @@ Effects: ::
Remarks: :: `operator()` generates a monotonically increasing sequence of UUIDs, if the following requirements are met:
+
* The system clock never goes backwards;
* The system clock has at least millisecond resolution;
* No more than 64 UUIDs are generated per microsecond (no more than one every 16 nanoseconds.)
* The system clock never goes backwards.
* The system clock has at least millisecond resolution.
* No more than 64 UUIDs are generated per microsecond (no more than one every 16 nanoseconds).