All Classes Namespaces Functions Variables Enumerations Properties Pages
Static Public Attributes | Static Private Member Functions | List of all members
Catch::Detail::IsStreamInsertable< T > Class Template Reference

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
 

Detailed Description

template<typename T>
class Catch::Detail::IsStreamInsertable< T >

Definition at line 1564 of file catch.hpp.


The documentation for this class was generated from the following file: