stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
Loading...
Searching...
No Matches
stlab::annotate Struct Reference

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

Detailed Description

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.


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