template<class F, class... Args>
struct Sawyer::is_invocable< F, Args >
Definition at line 25 of file Result.h.
|
template<class U > |
static auto | test (U *p) -> decltype((*p)(std::declval< Args >()...), void(), std::true_type()) |
|
template<class U > |
static auto | test (...) -> decltype(std::false_type()) |
|
|
static constexpr bool | value = decltype(test<F>(0))::value |
|
The documentation for this struct was generated from the following file: