mirror of
https://github.com/BlackMATov/flat.hpp.git
synced 2025-12-13 01:36:27 +07:00
1.4 KiB
1.4 KiB
flat.hpp
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!