cheshirekow  v0.1.0
kw::is_call_possible< type, call_details >::Dispatcher< Tail > Struct Template Reference

Static Public Member Functions

template<typename... Head>
static auto Dispatch (Head...head) -> decltype(((derived_type *) 0) ->operator()(head...,(*(Tail *) 0)))
 

Detailed Description

template<typename type, typename call_details>
template<typename Tail>
struct kw::is_call_possible< type, call_details >::Dispatcher< Tail >

Definition at line 165 of file is_call_possible.h.

Member Function Documentation

template<typename type , typename call_details >
template<typename Tail >
template<typename... Head>
static auto kw::is_call_possible< type, call_details >::Dispatcher< Tail >::Dispatch ( Head...  head) -> decltype(((derived_type*) 0)->operator()(head..., (*(Tail*)0)))
inlinestatic

Definition at line 167 of file is_call_possible.h.


The documentation for this struct was generated from the following file: