Orxonox  0.0.5 Codename: Arcturus
IsCallable< T > Struct Template Reference

Checks if a type is callable. More...

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/orxonox/scriptablecontroller/is_callable.h>

Inheritance diagram for IsCallable< T >:

Detailed Description

template<typename T>
struct IsCallable< T >

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.

See https://stackoverflow.com/a/15396757/7421666


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