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

Function values

tests/catch.hpp:3571–3573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3569 }
3570 template <typename T>
3571 GeneratorWrapper<T> values(std::initializer_list<T> values) {
3572 return GeneratorWrapper<T>(pf::make_unique<FixedValuesGenerator<T>>(values));
3573 }
3574
3575 template<typename T>
3576 class Generators : public IGenerator<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected