Skip to content

stduuid v1.0

Compare
Choose a tag to compare
@mariusbancila mariusbancila released this 06 Nov 20:47
· 106 commits to master since this release
6a1cc32

This is the first official release of the library. This version implements the specification as proposed in the P0959R1 paper.

Features:

  • create uuids from a range, a span, or parse from strings
  • support both xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx and {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} formats
  • various function objects (basic_uuid_random_generator, uuid_name_generator, uuid_system_generator) to create new uuids using different methods
  • comparison, swapping, hashing, and serialization support