#include <arg_stream.hpp>
List of all members.
Static Public Member Functions |
template<typename Args , typename ArgStream > |
static result_type< F >::type | apply (F func, ArgStream &astream, Args const &args) |
Detailed Description
template<typename F, class From = typename boost::mpl::begin< boost::function_types::parameter_types<typename signature<F>::type> >::type, class To = typename boost::mpl::end< boost::function_types::parameter_types<typename signature<F>::type> >::type>
struct adobe::arg_stream::detail::invoker< F, From, To >
Definition at line 265 of file arg_stream.hpp.
Member Function Documentation
static result_type<F>::type apply |
( |
F |
func, |
|
|
ArgStream & |
astream, |
|
|
Args const & |
args |
|
) |
| [static] |