Maps are associative containers which store values, indexed by key, but which provide ordered access to the values, sorted by the key. This implementation wraps the standard implementation found in C++.
Kirk Haines
on Sep 6, 2016
MIT