cheshirekow  v0.1.0
kw::is_call_possible< type, call_details >::derived Struct Reference

A class which will definitely have a function call operator. If type has a function call operator then derived will also have that same operator available; If type does not have a function call operator, then the only function call operator available to derived is the one returning a no. More...

Inheritance diagram for kw::is_call_possible< type, call_details >::derived:

Public Member Functions

no operator() (...) const
 

Detailed Description

template<typename type, typename call_details>
struct kw::is_call_possible< type, call_details >::derived

A class which will definitely have a function call operator. If type has a function call operator then derived will also have that same operator available; If type does not have a function call operator, then the only function call operator available to derived is the one returning a no.

Definition at line 113 of file is_call_possible.h.

Member Function Documentation

template<typename type , typename call_details >
no kw::is_call_possible< type, call_details >::derived::operator() (   ...) const

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