Stroustrup says a map keeps its elements ordered so that an iteration traverses the map in order. Does that mean that a map cannot be implemented as a hash table? Does anyone know how it is usually implemented?