xentara-plugin v2.0.4
The Xentara Plugin Framework
|
A sentinel that protects write access to memory in a memory resource. More...
Related Symbols | |
(Note that these are not member symbols.) | |
constexpr CopyOldValuesTag | kCopyOldValues |
A marker to tell a write sentinel to copy the old values. | |
A sentinel that protects write access to memory in a memory resource.
Structure | Describes the internal structure of the memory |
|
related |
A marker to tell a write sentinel to copy the old values.
This marker is used to specify that a write sentinel should copy the old values instead of value-initializing the new block.