#include <catch_amalgamated.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 (...) |
|
◆ 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: