A test object to check that no unnecessary copy operations have taken place. More...
#include <iostream>
#include <iomanip>
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.