Honeycomb  0.1
Component-Model Framework
Static Public Attributes | List of all members
honey::mt::isCallable< Func, Args > Class Template Reference

Check if functor is callable with arguments. More...

#include <Meta.h>

Static Public Attributes

static const bool value = isTrue<decltype(test<Func>(nullptr))>::value
 

Detailed Description

template<class Func, class... Args>
class honey::mt::isCallable< Func, Args >

Check if functor is callable with arguments.

Member Data Documentation

template<class Func , class... Args>
const bool honey::mt::isCallable< Func, Args >::value = isTrue<decltype(test<Func>(nullptr))>::value
static

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