stlab 2.3.0
Modern, modular C++ algorithms, data structures, and concurrency primitives
Loading...
Searching...
No Matches
model

Detailed Description

Test-only instrumented types for verifying move/copy/destroy behavior.

Classes

struct  stlab::annotate_counters
 Shared counters for annotate special-member and comparison instrumentation. More...
struct  stlab::annotate
 Test type that counts special-member and comparison operations via annotate_counters. More...
struct  stlab::regular
 Regular type that logs lifetime and comparison events to std::cout. More...
class  stlab::move_only
 Move-only polymorphic test type with equality comparison. More...