c++ Programming Glossary: tchartraits
Pretty-print C++ STL containers http://stackoverflow.com/questions/4850473/pretty-print-c-stl-containers type. template typename T typename TChar char typename TCharTraits std char_traits TChar typename TDelimiters delimiters T TChar.. delimiters_type typedef std basic_ostream TChar TCharTraits ostream_type print_container_helper const T container _container.. helper class for easy use of custom delimiters. Requires TCharTraits std char_traits TChar and TChar char or wchar_t and MyDelims..
|