yellowcamper / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

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.

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%