Skip to content

Sunday111/ass

Repository files navigation

Advanced and Standard Structures

Badge

Small header-only library with fixed data structures and utilities. Uses C++ 20 and depends on STL only. There is also a freezed branch that supports c++17: cpp17.

In a few words

  • ass::FixedUnorderedMap - line std::unordered_map but is allocated on the stack and may be used in constexpr context (if both key and value types are trivially destructible).
  • ass::FixedBitset - literally same as std::bitset but can be used in constexpr context.
  • ass::FixedUnorderedMap - fixed unordered map.
  • ass::EnumSet - fixed set of enumeration values.
  • ass::EnumMap - fixed map with enum keys.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published