|
OpenTTD Source
1.10.0-RC1
|
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 21 of file smallmap_type.hpp.