#include <catch_amalgamated.hpp>
|
static const bool | value = decltype(test<std::ostream, const T&>(0))::value |
|
|
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 |
|
◆ test() [1/2]
template<typename T>
template<typename, typename>
◆ test() [2/2]
template<typename T>
template<typename Stream, typename U>
◆ value
The documentation for this class was generated from the following file: