Defines the util::tie function. More...
#include <config.h>
#include <utility>
Go to the source code of this file.
Classes | |
class | util::refpair< T, U > |
Class used to hold references for the util::tie() function. More... | |
Namespaces | |
namespace | util |
Various utility classes for generic programming. | |
Functions | |
template<typename T , typename U > | |
refpair< T, U > | util::tie (T &x, U &y) |
Tie two variables to the values of a pair. |
Defines the util::tie function.
Definition in file tie.h.