|
MorphoGraphX
2.0-1-227
|
#include <Tie.hpp>
Public Types | |
| typedef T | first_type |
| typedef U | second_type |
Public Member Functions | |
| refpair (T &x, U &y) | |
Construct a pair of references to x and y. More... | |
| refpair (refpair const &rp) | |
| Construct a copy. More... | |
| refpair & | operator= (std::pair< T, U > const &p) |
Assign the values of p to the references in this pair. More... | |
Public Attributes | |
| T & | first |
| The first member of the pair. More... | |
| U & | second |
| The second member of the pair. More... | |
Class used to hold references for the tie() function.
| typedef T mgx::refpair< T, U >::first_type |
| typedef U mgx::refpair< T, U >::second_type |
|
inline |
|
inline |
|
inline |
| T& mgx::refpair< T, U >::first |
| U& mgx::refpair< T, U >::second |
1.8.17