The documentation says:
::boost::is_function<T>::value 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?
 
===================================================
  David Abrahams, C++ library designer for hire
 resume:
http://users.rcn.com/abrahams/resume.html
 
        C++ Booster (http://www.boost.org)
          email:
david.abrahams@rcn.com
===================================================