Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/meta/util.hpp"
Trait template to detect presence of a simple function call operator.
operator()
Definition at line 224 of file meta/util.hpp.
Static Public Attributes | |
static const bool | value = (sizeof(Yes_t)==sizeof(check<FUN>(0))) |
Classes | |
struct | Probe |
Static Private Member Functions | |
template<class X > | |
static Yes_t | check (Probe< X > *) |
template<class > | |
static No_t | check (...) |
struct lib::meta::has_FunctionOperator::Probe |