• Stars
    star
    28
  • Rank 852,265 (Top 18 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 3 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Header only associative linear container.

flat_map

flat_map is a header only associative container library that constructed on linear container. It compliants C++17/20 standard associative container requirements except complexity and interator/reference invalidation.

Requirements

  • Fully C++17 conformant compiler and standard library

Documentations

Other implementations