|
cheshirekow
v0.1.0
|
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...
Public Member Functions | |
| no | operator() (...) const |
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.
| no kw::is_call_possible< type, call_details >::derived::operator() | ( | ... | ) | const |