| c++ Programming Glossary: delimiters_typePretty-print C++ STL containers http://stackoverflow.com/questions/4850473/pretty-print-c-stl-containers   typedef TChar char_type typedef TDelimiters delimiters_type typedef std basic_ostream TChar TCharTraits ostream_type print_container_helper..   inline void operator ostream_type stream const  if delimiters_type values.prefix NULL  stream delimiters_type values.prefix for.. const  if delimiters_type values.prefix NULL  stream delimiters_type values.prefix for typename T const_iterator beg _container.begin.. 
 |