Derive-C
Loading...
Searching...
No Matches
mutation_tracker Struct Reference

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

Detailed Description

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.

Field Documentation

◆ count

size_t mutation_tracker::count

Definition at line 27 of file mutation_tracker.h.


The documentation for this struct was generated from the following file: