QuickCheck++  0.0.3
Automated testing library
Namespaces | Functions
ostream.hh File Reference

Implements insertion operator << for some basic types. More...

#include <iostream>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  quickcheck
 All classes, data generators and printers exported by QuickCheck++ are in the quickcheck namespace.

Functions

template<class A >
std::ostream & quickcheck::operator<< (std::ostream &out, const std::vector< A > &xs)
 Insertion operator for vectors.

Detailed Description

Implements insertion operator << for some basic types.

All QuickCheck++ testable elements should be printable. This files extends standard library with an implementation of insertion operator << for some common types.

Todo:
implement insertion operator for more containers