#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 928 of file catch.hpp.
◆ test() [1/2]
template<typename... >
static std::false_type Catch::is_callable_tester::test |
( |
|
... | ) |
|
|
static |
◆ test() [2/2]
template<typename Fun , typename... Args>
static true_given<decltype(std::declval<Fun>)(std::declval<Args>)...))> Catch::is_callable_tester::test |
( |
int |
| ) |
|
|
static |
The documentation for this struct was generated from the following file: