| c++ Programming Glossary: delimiters_valuesPretty-print C++ STL containers http://stackoverflow.com/questions/4850473/pretty-print-c-stl-containers  a specific character type template typename TChar struct delimiters_values  typedef TChar char_type const TChar prefix const TChar delimiter.. typename T typename TChar struct delimiters  typedef delimiters_values TChar type static const type values  Default delimiters template.. template typename T struct delimiters T char static const delimiters_values char values template typename T const delimiters_values char.. 
 |