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

Regular type that logs lifetime and comparison events to std::cout. More...

#include <model.hpp>

Public Member Functions

 regular (int x)
 regular (const regular &rhs)
 regular (regular &&rhs) noexcept
auto operator= (const regular &rhs) -> regular &
auto operator= (regular &&rhs) noexcept -> regular &

Public Attributes

int _x

Detailed Description

Regular type that logs lifetime and comparison events to std::cout.

Logs constructor, destructor, copy/move construction, assignment, operator<, and swap.


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