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
Classes | Functions
Catch::Detail Namespace Reference

Classes

class  Approx
 
struct  BorgType
 
struct  IsStreamInsertable
 
struct  StringMakerBase
 
struct  StringMakerBase< true >
 

Functions

TrueTypetestStreamable (std::ostream &)
 
FalseType testStreamable (FalseType)
 
FalseType operator<< (std::ostream const &, BorgType const &)
 
template<typename T >
std::string rawMemoryToString (T value)
 
template<typename InputIterator >
std::string rangeToString (InputIterator first, InputIterator last)
 
template<typename T >
std::string makeString (T const &value)
 

Function Documentation

template<typename T >
std::string Catch::Detail::makeString ( T const &  value)
inline

Definition at line 746 of file catch.hpp.

FalseType Catch::Detail::operator<< ( std::ostream const &  ,
BorgType const &   
)
template<typename InputIterator >
std::string Catch::Detail::rangeToString ( InputIterator  first,
InputIterator  last 
)

Definition at line 862 of file catch.hpp.

template<typename T >
std::string Catch::Detail::rawMemoryToString ( value)

Definition at line 687 of file catch.hpp.

TrueType& Catch::Detail::testStreamable ( std::ostream &  )
FalseType Catch::Detail::testStreamable ( FalseType  )