Function test
Summary
#include <include/internal/catch_meta.hpp>
(1) template <typename Fun, typename... Args>
static true_given< decltype(std::declval< Fun >)(std::declval< Args >)...))> test(int)
(2) template <typename...>
static std::false_type test(...)
Function overload
Synopsis
#include <include/internal/catch_meta.hpp>
template <typename Fun, typename... Args>
static true_given< decltype(std::declval< Fun >)(std::declval< Args >)...))> test(int)
Description
No description yet.
Source
Line 21 in include/internal/catch_meta.hpp.
Synopsis
#include <include/internal/catch_meta.hpp>
template <typename...>
static std::false_type test(...)
Description
No description yet.
Source
Line 23 in include/internal/catch_meta.hpp.