USmallFlat icon indicating copy to clipboard operation
USmallFlat copied to clipboard

Ubpa small flat containers based on C++20

USmallFlat

repo-size tag license

Ubpa small flat containers based on C++20

!!! These containers aren't AllocatorAwareContainer.

Containers

  • basic_flat_map
  • basic_flat_multimap
  • basic_flat_multiset
  • basic_flat_set
  • basic_small_vector
  • static_flat_map
  • static_flat_multimap
  • static_flat_multiset
  • static_flat_set
  • static_vector
  • flat_map
  • flat_multimap
  • flat_multiset
  • flat_set
  • small_flat_map
  • small_flat_multimap
  • small_flat_multiset
  • small_flat_set
  • small_vector
  • pmr::flat_map
  • pmr::flat_multimap
  • pmr::flat_multiset
  • pmr::flat_set
  • pmr::small_flat_map
  • pmr::small_flat_multimap
  • pmr::small_flat_multiset
  • pmr::small_flat_set
  • pmr::small_vector

Compiler compatibility

  • Clang/LLVM >= 10.0
  • GCC >= 10.0
  • MSVC >= 1926