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

Method populate

tests/catch.hpp:3580–3582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3578 size_t m_current = 0;
3579
3580 void populate(GeneratorWrapper<T>&& generator) {
3581 m_generators.emplace_back(std::move(generator));
3582 }
3583 void populate(T&& val) {
3584 m_generators.emplace_back(value(std::move(val)));
3585 }

Callers

nothing calls this directly

Calls 1

valueFunction · 0.85

Tested by

no test coverage detected