UID class
An object of the UID
class is part of the BaseData
structure; it represents the unique identifier of the object.
If necessary, you can generate a random UID or create a unique UUID
. The UID
class also provides logical, comparison, and assignment operators.
Page top