Template Function Catch::Generators::from_range(InputIterator, InputSentinel)
Defined in File catch.hpp
Function Documentation
-
template<typename InputIterator, typename InputSentinel, typename ResultType = typename std::iterator_traits<InputIterator>::value_type>
GeneratorWrapper<ResultType> Catch::Generators::from_range(InputIterator from, InputSentinel to)