MCPcopy Create free account
hub / github.com/Profactor/cv-plot / from_range

Function from_range

CvPlot/ext/catch2/inc/catch.hpp:4681–4683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4679 typename InputSentinel,
4680 typename ResultType = typename std::iterator_traits<InputIterator>::value_type>
4681GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) {
4682 return GeneratorWrapper<ResultType>(pf::make_unique<IteratorGenerator<ResultType>>(from, to));
4683}
4684
4685template <typename Container,
4686 typename ResultType = typename Container::value_type>

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected