I\'m trying to create a map inside a map:
typedef map inner_map; typedef map outer_map;
Will I be ab
Iterators, when dereferenced, give you a reference.