NetDEM v1.0
Loading...
Searching...
No Matches
netdem::Pair< T_key, T_val > Struct Template Reference

#include <mini_map.hpp>

Public Member Functions

 Pair ()
 
 Pair (const T_key &key, const T_key &val)
 

Public Attributes

T_key first
 
T_val second
 

Constructor & Destructor Documentation

◆ Pair() [1/2]

template<typename T_key , typename T_val >
netdem::Pair< T_key, T_val >::Pair ( )
inline

◆ Pair() [2/2]

template<typename T_key , typename T_val >
netdem::Pair< T_key, T_val >::Pair ( const T_key & key,
const T_key & val )
inline

Member Data Documentation

◆ first

template<typename T_key , typename T_val >
T_key netdem::Pair< T_key, T_val >::first

◆ second

template<typename T_key , typename T_val >
T_val netdem::Pair< T_key, T_val >::second

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