Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ pointer
Method
pointer
tests/gtest/gtest.h:2046–2046 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2044
explicit ValueHolder(const T& value) : value_(value) {}
2045
2046
T* pointer() { return &value_; }
2047
2048
private:
2049
T value_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected