CoolProp  4.2.5
An open-source fluid property and humid air property database
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Attributes | List of all members
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 660 of file catch.hpp.

Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 663 of file catch.hpp.

Member Data Documentation

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

Definition at line 661 of file catch.hpp.

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

Definition at line 662 of file catch.hpp.


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