Implementation of IsCallable.  
 More...
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/orxonox/scriptablecontroller/is_callable.h>
 | 
| typedef char(&  | no)[2] | 
|   | 
| typedef char(&  | yes)[1] | 
|   | 
 | 
| template<typename >  | 
| static yes  | test (...) | 
|   | 
| template<typename C >  | 
| static no  | test (Check< void(Fallback::*)(),&C::operator()>*) | 
|   | 
template<typename T>
struct IsCallableImpl< T >
Implementation of IsCallable. 
 
template<typename T > 
template<typename > 
 
 
template<typename T > 
template<typename C > 
 
 
The documentation for this struct was generated from the following file: