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

list entry. More...

#include <LinearMap.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 LinearMap< Key, Value >::Pair

list entry.

Definition at line 77 of file LinearMap.hxx.

Member Data Documentation

◆ first

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

mimic first element in an std::pair

Definition at line 79 of file LinearMap.hxx.

◆ second

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

mimic second element in an std::pair

Definition at line 80 of file LinearMap.hxx.


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