bn_unordered_map.h file
bn::
Namespaces
- namespace bn
- Main Butano namespace.
Classes
-
template<typename Key, typename Value, typename KeyHash = hash<Key>, typename KeyEqual = equal_class bn::iunordered_map
to<Key>> - Base class of bn::
unordered_map. - class bn::iunordered_map::iterator
- Non const iterator.
- class bn::iunordered_map::const_iterator
- Const iterator.
-
template<typename Key, typename Value, int MaxSize, typename KeyHash = hash<Key>, typename KeyEqual = equal_class bn::unordered_map
to<Key>> std::unordered_map
like container with a fixed size buffer.