|
QuickCheck++
0.0.3
Automated testing library
|
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. | |
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.
1.8.1.2