AXOM
Axom provides a robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
axom::experimental::axom_map::Pair< Key, T > Class Template Reference

Pair is strictly for returning from insert, to match the pair-returning setup of STL unordered_map. More...

#include </home/docs/checkouts/readthedocs.org/user_builds/axom/checkouts/latest/src/axom/core/Map.hpp>

Public Member Functions

 Pair (axom_map::Node< Key, T > *node, bool status)
 

Public Attributes

axom_map::Node< Key, T > * first
 
bool second
 

Detailed Description

template<typename Key, typename T>
class axom::experimental::axom_map::Pair< Key, T >

Pair is strictly for returning from insert, to match the pair-returning setup of STL unordered_map.

Template Parameters
Keythe type of key stored in the associated Node.
Tthe type of value stored in the associated Node.

Constructor & Destructor Documentation

◆ Pair()

template<typename Key , typename T >
axom::experimental::axom_map::Pair< Key, T >::Pair ( axom_map::Node< Key, T > *  node,
bool  status 
)
inline

Member Data Documentation

◆ first

template<typename Key , typename T >
axom_map::Node<Key, T>* axom::experimental::axom_map::Pair< Key, T >::first

◆ second

template<typename Key , typename T >
bool axom::experimental::axom_map::Pair< Key, T >::second

The documentation for this class was generated from the following file: