Files
flat.hpp/README.md
2019-05-04 18:20:29 +07:00

1.4 KiB

flat.hpp

travis appveyor codecov language license paypal

Installation

flat.hpp is a header only library. All you need to do is copy the header files (flat_set.hpp and flat_map.hpp) into your project and include them:

#include "flat_set.hpp" // for flat_set<K>
#include "flat_map.hpp" // for flat_map<K,V>

API

coming soon!

License (MIT)