Orxonox
0.0.5 Codename: Arcturus
|
Checks if a type is callable. More...
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/orxonox/scriptablecontroller/is_callable.h>
Checks if a type is callable.
Callable means here, that it has has an 'operator()'. This will not work for normal functions without modifications, but we don't need that case anyway.