MCPcopy Create free account
hub / github.com/apache/trafficserver / values

Function values

lib/catch2/catch.hpp:4005–4007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4003 }
4004 template <typename T>
4005 GeneratorWrapper<T> values(std::initializer_list<T> values) {
4006 return GeneratorWrapper<T>(pf::make_unique<FixedValuesGenerator<T>>(values));
4007 }
4008
4009 template<typename T>
4010 class Generators : public IGenerator<T> {

Callers 1

valuesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected