#include <catch.hpp>
Static Public Attributes | |
static const bool | value = decltype(test<std::ostream, const T&>(0))::value |
Static Private Member Functions | |
template<typename Stream , typename U > | |
static auto | test (int) -> decltype(std::declval< Stream & >()<< std::declval< U >(), std::true_type()) |
template<typename , typename > | |
static auto | test (...) -> std::false_type |
|
staticprivate |
|
staticprivate |
|
static |
Definition at line 1573 of file catch.hpp.
Referenced by audibleAlerts.personality.Operation::__str__(), and audibleAlerts.personality.Transition::compare().