Nugget
Public Types | Public Member Functions | List of all members
eastl::compressed_pair_imp< T1, T2, 2 > Class Template Reference
Inheritance diagram for eastl::compressed_pair_imp< T1, T2, 2 >:
Inheritance graph
[legend]
Collaboration diagram for eastl::compressed_pair_imp< T1, T2, 2 >:
Collaboration graph
[legend]

Public Types

typedef T1 first_type
 
typedef T2 second_type
 
typedef call_traits< first_type >::param_type first_param_type
 
typedef call_traits< second_type >::param_type second_param_type
 
typedef call_traits< first_type >::reference first_reference
 
typedef call_traits< second_type >::reference second_reference
 
typedef call_traits< first_type >::const_reference first_const_reference
 
typedef call_traits< second_type >::const_reference second_const_reference
 

Public Member Functions

 compressed_pair_imp (first_param_type x, second_param_type y)
 
 compressed_pair_imp (first_param_type x)
 
 compressed_pair_imp (second_param_type y)
 
first_reference first ()
 
first_const_reference first () const
 
second_reference second ()
 
second_const_reference second () const
 
void swap (compressed_pair< T1, T2 > &y)
 

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