ROSE  0.11.145.0
Static Public Member Functions | Static Public Attributes | List of all members
Sawyer::is_invocable< F, Args > Struct Template Reference

Description

template<class F, class... Args>
struct Sawyer::is_invocable< F, Args >

Definition at line 25 of file Result.h.

Static Public Member Functions

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 Public Attributes

static constexpr bool value = decltype(test<F>(0))::value
 

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