The
SimpleCxxLib
package
#include "map.h"
This file exports the template class
Map
, which maintains a collection of
key
-
value
pairs.
Class
Map<KeyType,ValueType>
This class maintains an association between
keys
and
values
.