AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::experimental::axom_map Namespace Reference

Classes

class  Node
 Node is the foundational data type of the Map, being the lowest-level data storage unit, with the key and value data for a given item, along with a next value for the linked list. More...
 
class  Pair
 Pair is strictly for returning from insert, to match the pair-returning setup of STL unordered_map. More...
 
class  Bucket
 Bucket is the implementation of a bucket for this Map with chaining. It's a singly-linked list, and supports search, insertion, and removal. More...