NorMIT-nav  18.04
An IGT application
Catch::Detail::IsStreamInsertable< T > Struct Template Reference

#include <catch.hpp>

Public Types

enum  { value = sizeof( testStreamable(s << t) ) == sizeof( TrueType ) }
 

Static Public Attributes

static std::ostream & s
 
static T const & t
 

Detailed Description

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

Definition at line 680 of file catch.hpp.

Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 683 of file catch.hpp.

Member Data Documentation

template<typename T >
std::ostream& Catch::Detail::IsStreamInsertable< T >::s
static

Definition at line 681 of file catch.hpp.

template<typename T >
T const& Catch::Detail::IsStreamInsertable< T >::t
static

Definition at line 682 of file catch.hpp.


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