Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
catch_generators_specific.hpp File Reference
#include "catch_context.h"
#include "catch_generators.hpp"
#include "catch_interfaces_config.h"
#include <random>
Include dependency graph for catch_generators_specific.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Catch::Generators::RandomFloatingGenerator< Float >
 
class  Catch::Generators::RandomIntegerGenerator< Integer >
 
class  Catch::Generators::RangeGenerator< T >
 

Namespaces

namespace  Catch
 
namespace  Catch::Generators
 

Functions

template<typename T >
std::enable_if< std::is_integral< T >::value &&!std::is_same< T, bool >::value, GeneratorWrapper< T > >::type Catch::Generators::random (T a, T b)
 
template<typename T >
std::enable_if< std::is_floating_point< T >::value, GeneratorWrapper< T > >::type Catch::Generators::random (T a, T b)
 
template<typename T >
GeneratorWrapper< TCatch::Generators::range (T const &start, T const &end, T const &step)
 
template<typename T >
GeneratorWrapper< TCatch::Generators::range (T const &start, T const &end)