|
Derive-C
|
tracks a specific version of a value, so that this can be compared later to check modification For example, checking iterator invalidation in debug mode. More...
#include <mutation_tracker.h>
Data Fields | |
| size_t | count |
tracks a specific version of a value, so that this can be compared later to check modification For example, checking iterator invalidation in debug mode.
Definition at line 26 of file mutation_tracker.h.
| size_t mutation_tracker::count |
Definition at line 27 of file mutation_tracker.h.