A test object to check that no unnecessary copy operations have taken place. More...
#include <iostream>#include <iomanip>
Include dependency graph for ctor_tester.h:
This graph shows which files directly or indirectly include this file:Classes | |
| struct | syten::CtorTester |
| A test object to check that no unnecessary copy operations have taken place. More... | |
Namespaces | |
| namespace | syten |
| Syten namespace. | |
Functions | |
| std::ostream & | syten::operator<< (std::ostream &out, CtorTester const &c) |
| Output of a CtorTester. More... | |
A test object to check that no unnecessary copy operations have taken place.