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