#include #include #include using namespace hugo; using namespace std; const int N = 3; typedef StdMap BaseMap; typedef IterableMap TestMap; void print(TestMap const& m) { cout << "Size of the map: " << m.size() << endl; for(int i=0; i