#include <iostream>
#include <vector>
Go to the source code of this file.
Namespaces | |
| namespace | quickcheck |
Functions | |
| template<class A> | |
| std::ostream & | quickcheck::operator<< (std::ostream &out, const std::vector< A > &xs) |
| Insertion operator for vectors. | |
All QuickCheck++ testable elements should be printable. This files extends standard library with an implementation of insertion operator << for some common types.
1.5.6