OpenTTD
|
Simple pair of data. More...
#include <smallmap_type.hpp>
Public Member Functions | |
SmallPair (const T &first, const U &second) | |
Initializes this Pair with data. |
Data Fields | |
T | first |
U | second |
Simple pair of data.
Both types have to be POD ("Plain Old Data")!
T | Key type. |
U | Value type. |
Definition at line 24 of file smallmap_type.hpp.