cheshirekow  v0.1.0
kw::is_call_possible< type, call_details >::return_value_check< T, void > Struct Template Reference

If the desired return type is void, then we will ignore the return value of the function call anyway, so it doesn't matter what the return value is... Any return value will be compatable. More...

Static Public Member Functions

static yes deduce (...)
 
static no deduce (no)
 

Detailed Description

template<typename type, typename call_details>
template<typename T>
struct kw::is_call_possible< type, call_details >::return_value_check< T, void >

If the desired return type is void, then we will ignore the return value of the function call anyway, so it doesn't matter what the return value is... Any return value will be compatable.

Definition at line 150 of file is_call_possible.h.

Member Function Documentation

template<typename type , typename call_details >
template<typename T >
static yes kw::is_call_possible< type, call_details >::return_value_check< T, void >::deduce (   ...)
static
template<typename type , typename call_details >
template<typename T >
static no kw::is_call_possible< type, call_details >::return_value_check< T, void >::deduce ( no  )
static

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