MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / RangeGenerator

Method RangeGenerator

tests/gtest/gtest.h:10601–10603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10599class RangeGenerator : public ParamGeneratorInterface<T> {
10600 public:
10601 RangeGenerator(T begin, T end, IncrementT step)
10602 : begin_(begin), end_(end),
10603 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10604 ~RangeGenerator() override {}
10605
10606 ParamIteratorInterface<T>* Begin() const override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected