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

Method Generators

tests/catch.hpp:3598–3601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3596 public:
3597 template <typename... Gs>
3598 Generators(Gs... moreGenerators) {
3599 m_generators.reserve(sizeof...(Gs));
3600 populate(std::forward<Gs>(moreGenerators)...);
3601 }
3602
3603 T const& get() const override {
3604 return m_generators[m_current].get();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected