cheshirekow  v0.1.0
kw::is_call_possible< type, call_details >::impl< HasFnCallOperator, F > Struct Template Reference

Default template, HasFnCallOperator is false so obviously no function call is possible. More...

Static Public Attributes

static const bool value = false
 

Detailed Description

template<typename type, typename call_details>
template<bool HasFnCallOperator, typename F>
struct kw::is_call_possible< type, call_details >::impl< HasFnCallOperator, F >

Default template, HasFnCallOperator is false so obviously no function call is possible.

Definition at line 176 of file is_call_possible.h.

Member Data Documentation

template<typename type , typename call_details >
template<bool HasFnCallOperator, typename F >
const bool kw::is_call_possible< type, call_details >::impl< HasFnCallOperator, F >::value = false
static

Definition at line 177 of file is_call_possible.h.


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