|
stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
|
Test type that counts special-member and comparison operations via annotate_counters. More...
#include <model.hpp>
Public Member Functions | |
| annotate (annotate_counters &counters) | |
| annotate (const annotate &x) | |
| annotate (annotate &&x) noexcept | |
| auto | operator= (const annotate &x) -> annotate & |
| auto | operator= (annotate &&x) noexcept -> annotate & |
Public Attributes | |
| annotate_counters * | _counters |
Test type that counts special-member and comparison operations via annotate_counters.
Increments the shared counters on destructor, copy/move construction, copy/move assignment, and swap. operator== always returns true; operator!= always returns false.