c++ Programming Glossary: print_container_helper
Pretty-print C++ STL containers http://stackoverflow.com/questions/4850473/pretty-print-c-stl-containers TChar typename TDelimiters delimiters T TChar struct print_container_helper typedef TChar char_type typedef TDelimiters delimiters_type.. typedef std basic_ostream TChar TCharTraits ostream_type print_container_helper const T container _container container inline void operator.. stream std ostream stream return stream pretty_print print_container_helper T char std char_traits char Delims t std wostream stream std..
|