Utopia  2
Framework for studying models of complex & adaptive systems.
Output stream operators

Pretty-print types like containers, tuples and various others to std::ostream or std::ofstream. To use them, put a using Utopia::Utils::operator<< before the first call. Then you can do std::cout << many << funny << things << std::endl; as always.

Collaboration diagram for Output stream operators:

Pretty-print types like containers, tuples and various others to std::ostream or std::ofstream. To use them, put a using Utopia::Utils::operator<< before the first call. Then you can do std::cout << many << funny << things << std::endl; as always.