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

Static Public Member Functions

template<typename... Head>
static auto Dispatch (Head...head) -> decltype(Dispatcher< Tail...>::Dispatch(head...,(*(Mid *) 0)))
 

Detailed Description

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

Definition at line 156 of file is_call_possible.h.

Member Function Documentation

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

Definition at line 158 of file is_call_possible.h.


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