MCPcopy Create free account
hub / github.com/Profactor/cv-plot / values

Function values

CvPlot/ext/catch2/inc/catch.hpp:3960–3962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3958 }
3959 template <typename T>
3960 GeneratorWrapper<T> values(std::initializer_list<T> values) {
3961 return GeneratorWrapper<T>(pf::make_unique<FixedValuesGenerator<T>>(values));
3962 }
3963
3964 template<typename T>
3965 class Generators : public IGenerator<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected