Extended Maps
|
This is a C++ class that extends the std::map
class. It adds functionality to disregard "default values" so that the application will not take up more memory than is necessary. It also has a NULL
that can be used for almost any datatype.
— Github repository link: https://github.com/yellowcamper/extended-maps