Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ operator->
Method
operator->
tests/gtest/gtest.h:10530–10530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10528
10529
const T& operator*() const { return *impl_->Current(); }
10530
const T* operator->() const { return impl_->Current(); }
10531
// Prefix version of operator++.
10532
ParamIterator& operator++() {
10533
impl_->Advance();
Callers
nothing calls this directly
Calls
1
Current
Method · 0.45
Tested by
no test coverage detected