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

Functions

template<typename T >
CompositeGenerator< T > between (T from, T to)
 
template<typename T >
CompositeGenerator< T > values (T val1, T val2)
 
template<typename T >
CompositeGenerator< T > values (T val1, T val2, T val3)
 
template<typename T >
CompositeGenerator< T > values (T val1, T val2, T val3, T val4)
 

Function Documentation

template<typename T >
CompositeGenerator<T> Catch::Generators::between ( from,
to 
)

Definition at line 1956 of file catch.hpp.

template<typename T >
CompositeGenerator<T> Catch::Generators::values ( val1,
val2 
)

Definition at line 1963 of file catch.hpp.

template<typename T >
CompositeGenerator<T> Catch::Generators::values ( val1,
val2,
val3 
)

Definition at line 1973 of file catch.hpp.

template<typename T >
CompositeGenerator<T> Catch::Generators::values ( val1,
val2,
val3,
val4 
)

Definition at line 1984 of file catch.hpp.