Function fuse_core::uuid::generate(const std::string&, const uint64_t&)

Function Documentation

UUID fuse_core::uuid::generate(const std::string &namespace_string, const uint64_t &user_id)

Generate a UUID from a namespace string and a user provided id.

Every unique user id will generate a unique UUID

Parameters:
  • namespace_string[in] A namespace or parent string used to generate non-overlapping UUIDs

  • user_id[in] A uint64_t user generated id

Returns:

A repeatable UUID specific to the provided namespace and user id