SyTen
syten::CtorTester Struct Reference

A test object to check that no unnecessary copy operations have taken place. More...

#include <ctor_tester.h>

Detailed Description

A test object to check that no unnecessary copy operations have taken place.

Instantiating e.g. a std::array<CtorTester> and then move-assigning it to some other array should only print "move assigned." messages.


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