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

Function makeGenerators

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

Source from the content-addressed store, hash-verified

4016
4017 template<typename T, typename... Gs>
4018 auto makeGenerators( GeneratorWrapper<T>&& generator, Gs... moreGenerators ) -> Generators<T> {
4019 return Generators<T>(std::move(generator), std::forward<Gs>(moreGenerators)...);
4020 }
4021 template<typename T>
4022 auto makeGenerators( GeneratorWrapper<T>&& generator ) -> Generators<T> {
4023 return Generators<T>(std::move(generator));

Callers

nothing calls this directly

Calls 1

valueFunction · 0.85

Tested by

no test coverage detected