My Project
|
Public Member Functions | |
direct_pair (const first_type &first, const second_type &second) | |
direct_pair (const inv_pair< first_type, second_type > &r) | |
template<typename F , typename S > | |
direct_pair (const std::pair< F, S > &r) | |
operator inv_pair< second_type, first_type > & () | |
operator const inv_pair< second_type, first_type > & () const | |