ScummVM API documentation
Common::Pair< T1, T2 > Struct Template Reference

#include <util.h>

Public Member Functions

 Pair (T1 first_, T2 second_)
 

Public Attributes

T1 first
 
T2 second
 

Detailed Description

template<class T1, class T2>
struct Common::Pair< T1, T2 >

Provides a way to store two heterogeneous objects as a single unit.


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