Loading [MathJax]/extensions/tex2jax.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
std::pair< T1, T2 > Struct Template Reference

#include <utility.h>

Public Member Functions

 pair ()
 
 pair ()
 

Public Attributes

A1 a1
 
B1 b1
 
T1 first
 
T2 second
 

Constructor & Destructor Documentation

◆ pair() [1/2]

template<class T1 , class T2 >
std::pair< T1, T2 >::pair ( )
inline

◆ pair() [2/2]

template<class T1 , class T2 >
std::pair< T1, T2 >::pair ( )
inline

Member Data Documentation

◆ a1

template<class T1 , class T2 >
A1 std::pair< T1, T2 >::a1

◆ b1

template<class T1 , class T2 >
B1 std::pair< T1, T2 >::b1

◆ first

template<class T1 , class T2 >
T1 std::pair< T1, T2 >::first

◆ second

template<class T1 , class T2 >
T2 std::pair< T1, T2 >::second

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