Skip to content
/ flat_map Public

Header only associative linear container.

License

Notifications You must be signed in to change notification settings

Flast/flat_map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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