Wire Sysio Wire Sysion 1.0.0
|
#include "catch_context.h"
#include "catch_generators.hpp"
#include "catch_interfaces_config.h"
#include <random>
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< T > | Catch::Generators::range (T const &start, T const &end, T const &step) |
template<typename T > | |
GeneratorWrapper< T > | Catch::Generators::range (T const &start, T const &end) |