Struct always_false
Synopsis
#include <include/internal/catch_meta.hpp>
template<typename T>
struct always_false : std::false_type
Description
No description yet.
Inheritance
Ancestors: false_type
Source
Lines 15-16 in include/internal/catch_meta.hpp.
template<typename T>
struct always_false : std::false_type {};