Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awslabs/aws-lambda-cpp
/ set
Function
set
tests/gtest/gtest.h:2037–2037 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2035
const T* pointer() const { return GetOrCreateValue(); }
2036
const T& get() const { return *pointer(); }
2037
void set(const T& value) { *pointer() = value; }
2038
2039
private:
2040
// Holds a value of type T.
Callers
nothing calls this directly
Calls
1
pointer
Function · 0.85
Tested by
no test coverage detected