Template Function Catch::Generators::filter

Function Documentation

template<typename T, typename Predicate>
GeneratorWrapper<T> Catch::Generators::filter(Predicate &&pred, GeneratorWrapper<T> &&generator)