CAF 0.17.6
|
Checks wheter T
is a function or member function.
More...
#include <type_traits.hpp>
Public Types | |
using | result_type = decltype(_fun(static_cast<decay_t<T>*>(nullptr))) |
Static Public Member Functions | |
template<class C > | |
static bool | _fun (C *, typename get_callable_trait< C >::type *=nullptr) |
static void | _fun (void *) |
Static Public Attributes | |
static constexpr bool | value = std::is_same<bool, result_type>::value |
Checks wheter T
is a function or member function.