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

Function repeat

tests/catch.hpp:3769–3771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3767
3768 template <typename T>
3769 GeneratorWrapper<T> repeat(size_t repeats, GeneratorWrapper<T>&& generator) {
3770 return GeneratorWrapper<T>(pf::make_unique<RepeatGenerator<T>>(repeats, std::move(generator)));
3771 }
3772
3773 template <typename T, typename U, typename Func>
3774 class MapGenerator : public IGenerator<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected