ManaPlus
Public Types | Static Public Attributes
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 1616 of file catch.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 1619 of file catch.hpp.

1619 { value = sizeof( testStreamable(s << t) ) == sizeof( TrueType ) };
TrueType & testStreamable(std::ostream &)
static std::ostream & s
Definition: catch.hpp:1617

Field Documentation

◆ s

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

Definition at line 1617 of file catch.hpp.

◆ t

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

Definition at line 1618 of file catch.hpp.


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