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

#include <util.h>

Public Member Functions

 Pair (const Pair &other)
 
 Pair (Pair &&other)
 
 Pair (const T1 &first_, const T2 &second_)
 
 Pair (T1 &&first_, T2 &&second_)
 
 Pair (T1 &&first_, const T2 &second_)
 
 Pair (const T1 &first_, T2 &&second_)
 
Pairoperator= (const Pair &other)
 
Pairoperator= (Pair &&other)
 

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: