c++ Programming Glossary: pretty_print
Pretty-print C++ STL containers http://stackoverflow.com/questions/4850473/pretty-print-c-stl-containers T typename TTraits typename TAllocator class set namespace pretty_print SFINAE type trait to detect a container based on whether T const_iterator.. and MyDelims needs to be defined for TChar. Usage cout pretty_print custom_delims MyDelims x . struct custom_delims_base virtual.. t t std ostream stream std ostream stream return stream pretty_print print_container_helper T char std char_traits char Delims t..
|