Calico
|
A wrapper function type that allows a function to be called with a tuple
whose elements are unpacked as arguments.
More...
#include <utility.hpp>
Public Member Functions | |
template<class Tuple > | |
auto | operator() (const Tuple &x) const |
Calls the function with the elements of a tuple as arguments. | |
A wrapper function type that allows a function to be called with a tuple
whose elements are unpacked as arguments.