MorphoGraphX
|
Defines the util::tie function. More...
#include <Config.hpp>
#include <utility>
Go to the source code of this file.
Classes | |
class | mgx::util::refpair< T, U > |
Class used to hold references for the util::tie() function. More... | |
Namespaces | |
mgx | |
This namespace contains all the API of MorphoGraphX. | |
Functions | |
template<typename T , typename U > | |
refpair< T, U > | mgx::util::tie (T &x, U &y) |
Tie two variables to the values of a pair. More... | |
Defines the util::tie function.