Public Types | |
typedef std::tuple< typename std::decay< typename is_callable< const Functions(const Parameter &)>::result_type > ::type...> | return_type |
Static Public Member Functions | |
static return_type | call (const std::tuple< Functions...> &, const Parameter &, typename is_callable< const Functions(const Parameter &)>::result_type...args) |
template<typename... Args> | |
static return_type | call (const std::tuple< Functions...> &functions, const Parameter ¶m, Args...args) |