Torque2D Reference
Loading...
Searching...
No Matches
HashTable< Key, Value >::Pair Struct Reference

#include <hashTable.h>

Public Member Functions

 Pair ()
 Pair (Key k, Value v)

Public Attributes

Key key
Value value

Constructor & Destructor Documentation

◆ Pair() [1/2]

template<typename Key, typename Value>
Pair ( )
inline

◆ Pair() [2/2]

template<typename Key, typename Value>
Pair ( Key k,
Value v )
inline

Member Data Documentation

◆ key

template<typename Key, typename Value>
Key key

◆ value

template<typename Key, typename Value>
Value value

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