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

Function take

tests/catch.hpp:3677–3679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3675
3676 template <typename T>
3677 GeneratorWrapper<T> take(size_t target, GeneratorWrapper<T>&& generator) {
3678 return GeneratorWrapper<T>(pf::make_unique<TakeGenerator<T>>(target, std::move(generator)));
3679 }
3680
3681 template <typename T, typename Predicate>
3682 class FilterGenerator : public IGenerator<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected