I want an output map that has { {0,1},{1,2},{2,3},{3,4},{4,5} }, c++11 only. Any ideas?
std::map m, out; for( auto i=0; i < 5; ++i ) m[i]