A compile-time map built with constexpr
targeting C++ 14 and zero runtime overhead.
This is a implementation of GSoC2017 project of Boost Foundation.
- O(1) lookup
- string literals supported by
constexpr_string_view
- Customizable constexpr comparator and hash function
- Modifiable
- g++5.3
- g++6
- clang++3.8
- clang++3.9