MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / makeGenerators

Function makeGenerators

tests/catch.hpp:3629–3631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3627
3628 template<typename T, typename... Gs>
3629 auto makeGenerators( GeneratorWrapper<T>&& generator, Gs... moreGenerators ) -> Generators<T> {
3630 return Generators<T>(std::move(generator), std::forward<Gs>(moreGenerators)...);
3631 }
3632 template<typename T>
3633 auto makeGenerators( GeneratorWrapper<T>&& generator ) -> Generators<T> {
3634 return Generators<T>(std::move(generator));

Callers

nothing calls this directly

Calls 1

valueFunction · 0.85

Tested by

no test coverage detected