SyTen
ctor_tester.h File Reference

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

 syten
 Syten namespace.
 

Functions

std::ostreamsyten::operator<< (std::ostream &out, CtorTester const &c)
 Output of a CtorTester. More...
 

Detailed Description

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