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
September 6, 2016 6:17am
MIT