Revision history of "CPP/STL/IteratorFromObject"

From ProgrammingExamples
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 18:35, 27 January 2011β€Ž Daviddoria (Talk | contribs)β€Ž . . (720 bytes) (+720)β€Ž . . (Created page with '==IteratorFromObject.cpp== <source lang="cpp"> #include <iostream> #include <vector> #include <set> template<typename T> void Output(T& myObject) { for(typename T::iterator it…')