Calico
 All Classes Namespaces Files Functions Variables Typedefs Friends Groups
cal::packed_params< Function > Struct Template Reference

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.
 

Detailed Description

template<class Function>
struct cal::packed_params< Function >

A wrapper function type that allows a function to be called with a tuple whose elements are unpacked as arguments.