MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Tie.hpp File Reference

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...
 

Detailed Description

Defines the util::tie function.