::boost::is_function<T>::value |
The documentation says:
Evaluates to true only if T is
a function type (note not a reference or pointer to
function). |
What does that mean?
How do I name a function type (as opposed to a reference or
pointer to function)?
If I can't name a function type, can I produce
one?