|
|
static const bool | value = decltype(test<std::ostream, const T&>(0))::value |
| |
|
|
template<typename SS , typename TT > |
| static auto | test (int) -> decltype(std::declval< SS & >()<< std::declval< TT >(), std::true_type()) |
| |
|
template<typename , typename > |
| static auto | test (...) -> std::false_type |
| |
template<typename T>
class Catch::Detail::IsStreamInsertable< T >
Definition at line 1069 of file catch.hpp.
The documentation for this class was generated from the following file: