Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
SysMap< Key, Value >::Pair Struct Reference

mimic std::pair More...

#include <SysMap.hxx>

Public Attributes

Key first
 mimic first element in an std::pair
 
Value second
 mimic second element in an std::pair
 

Detailed Description

template<typename Key, typename Value>
struct SysMap< Key, Value >::Pair

mimic std::pair

Definition at line 83 of file SysMap.hxx.

Member Data Documentation

◆ first

template<typename Key , typename Value >
Key SysMap< Key, Value >::Pair::first

mimic first element in an std::pair

Definition at line 85 of file SysMap.hxx.

◆ second

template<typename Key , typename Value >
Value SysMap< Key, Value >::Pair::second

mimic second element in an std::pair

Definition at line 86 of file SysMap.hxx.


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