TrivialPair< T1, T2 > Struct Template Reference

Trivial pair used inside an union (std::pair doesn't compile because it has a user-defined constructor). More...

#include <Util.h>

List of all members.

Public Attributes

T1 first
T2 second


Detailed Description

template<class T1, class T2>
struct TrivialPair< T1, T2 >

Trivial pair used inside an union (std::pair doesn't compile because it has a user-defined constructor).

Definition at line 59 of file Util.h.


Member Data Documentation

template<class T1, class T2>
T1 TrivialPair< T1, T2 >::first

template<class T1, class T2>
T2 TrivialPair< T1, T2 >::second


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

Generated on Sun Jan 17 11:39:29 2010 for PVLE (Pro-Vocation Light Engine) by  doxygen 1.5.9