mirror of
https://github.com/BlackMATov/flat.hpp.git
synced 2025-12-13 01:36:27 +07:00
6cd6c416fcaf1c83baa5afb8c355811ca1905c24
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!
License (MIT)
Description
Languages
C++
97.4%
CMake
2.6%