Fetch a forward range on all keys.
Fetch a forward range on all keys.
Fetch a forward range on all values.
Removes all elements from the map.
Insert an element in the container, if the container doesn't already contain an element with equivalent key.
Updates a value associated with a key, creates it if necessary.
Removes an element from the container.
Tree-map, designed to replace std::map usage. The API should looks closely like the builtin associative arrays. O(lg(n)) insertion, removal, and search time. Map is designed to operate even without initialization through makeMap.