My Project
Public Types | Public Member Functions | Public Attributes | List of all members
ParaEngine::inv_pair< first_type_, second_type_ > Struct Template Reference

Public Types

typedef first_type_ first_type
 
typedef second_type_ second_type
 

Public Member Functions

 inv_pair (const first_type &first, const second_type &second)
 
 inv_pair (const std::pair< first_type, second_type > &r)
 
template<typename F , typename S >
 inv_pair (const inv_pair< F, S > &r)
 
 operator direct_pair< second_type, first_type > & ()
 
 operator const direct_pair< second_type, first_type > & () const
 

Public Attributes

second_type second
 
first_type first
 

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