Class VersionedString::View
Defined in File VersionedString.hpp
Nested Relationships
This class is a nested type of Class VersionedString.
Class Documentation
-
class View
A snapshot view of a VersionedString. This is thread-safe to read even while the VersionedString is being modified. Each VersionedString::Reader instance will only view this object once; after the first viewing it will return a nullptr.
The contents of this View can only be retrieved by a VersionedString::Reader