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

Move-only polymorphic test type with equality comparison. More...

#include <model.hpp>

Public Member Functions

 move_only (int member)
 move_only (const move_only &)=delete
auto operator= (const move_only &) -> move_only &=delete
 move_only (move_only &&)=default
auto operator= (move_only &&) -> move_only &=default
auto member () -> int
auto member () const -> int

Detailed Description

Move-only polymorphic test type with equality comparison.

Copy construction and copy assignment are deleted. Holds an integer identifier read via member().


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