| InsertSortedVector.h [code] | This file contains a template function tf_InsertSortedVector for inserting a sorted vector of pairs into a map, in an effecient manner |
| test.0.InsertSortedVector.cpp [code] | This file test InsertSortedVector.h to compile and execute: windows: cl.exe -I. test.0.InsertSortedVector.cpp ./test.0.InsertSortedVector.exe g++ -I . test.0.InsertSortedVector.cpp ./a.out |
1.5.1