MorphoGraphX
|
Class used to hold references for the util::tie() function. More...
#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 . | |
refpair (refpair const &rp) | |
Construct a copy. | |
refpair & | operator= (std::pair< T, U > const &p) |
Assign the values of p to the references in this pair. | |
Public Attributes | |
T & | first |
The first member of the pair. | |
U & | second |
The second member of the pair. | |
Class used to hold references for the util::tie() function.