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

Method Current

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

Source from the content-addressed store, hash-verified

10629 return new Iterator(*this);
10630 }
10631 const T* Current() const override { return &value_; }
10632 bool Equals(const ParamIteratorInterface<T>& other) const override {
10633 // Having the same base generator guarantees that the other
10634 // iterator is of the same type and we can downcast.

Callers 2

ParamIteratorClass · 0.45
operator->Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected