#include <catch.hpp>
|
template<typename Fun , typename... Args> |
static true_given< decltype(std::declval< Fun >)(std::declval< Args >)...))> | test (int) |
|
template<typename... > |
static std::false_type | test (...) |
|
Definition at line 932 of file catch.hpp.
template<typename Fun , typename... Args>
static true_given<decltype(std::declval<Fun>)(std::declval<Args>)...))> Catch::is_callable_tester::test |
( |
int |
| ) |
|
|
static |
template<typename... >
static std::false_type Catch::is_callable_tester::test |
( |
|
... | ) |
|
|
static |
The documentation for this struct was generated from the following file: