SmallPair< T, U > Struct Template Reference

Simple pair of data. More...

#include <smallmap_type.hpp>

Public Member Functions

FORCEINLINE SmallPair (const T &first, const U &second)
 Initializes this Pair with data.

Data Fields

first
second

Detailed Description

template<typename T, typename U>
struct SmallPair< T, U >

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.


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

Generated on Fri May 27 04:21:16 2011 for OpenTTD by  doxygen 1.6.1