Wiselib
Public Types | Public Member Functions | Public Attributes
wiselib::pair< First, Second > Struct Template Reference

#include <pair.h>

List of all members.

Public Types

typedef First first_type
typedef Second second_type

Public Member Functions

 pair ()
 pair (const First &a, const Second &b)
template<typename First2 , typename Second2 >
 pair (const pair< First2, Second2 > &pair2)

Public Attributes

First first
Second second

template<typename First, typename Second>
struct wiselib::pair< First, Second >


Member Typedef Documentation

template<typename First, typename Second>
typedef First wiselib::pair< First, Second >::first_type
template<typename First, typename Second>
typedef Second wiselib::pair< First, Second >::second_type

Constructor & Destructor Documentation

template<typename First, typename Second>
wiselib::pair< First, Second >::pair ( ) [inline]
template<typename First, typename Second>
wiselib::pair< First, Second >::pair ( const First &  a,
const Second &  b 
) [inline]
template<typename First, typename Second>
template<typename First2 , typename Second2 >
wiselib::pair< First, Second >::pair ( const pair< First2, Second2 > &  pair2) [inline]

Member Data Documentation

template<typename First, typename Second>
First wiselib::pair< First, Second >::first
template<typename First, typename Second>
Second wiselib::pair< First, Second >::second

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines