32 #ifndef QUICKCHECK_OSTREAM_H
33 #define QUICKCHECK_OSTREAM_H
49 std::ostream& operator<<(std::ostream& out, const std::vector<A>& xs)
52 for (
size_t i = 0; i < xs.size(); ++i)
53 if (i == xs.size() - 1)
62 #endif // !QUICKCHECK_OSTREAM_H
All classes, data generators and printers exported by QuickCheck++ are in the quickcheck namespace...
Definition: generate.hh:39