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

Method ValueHolder

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

Source from the content-addressed store, hash-verified

2041 class ValueHolder : public ThreadLocalValueHolderBase {
2042 public:
2043 ValueHolder() : value_() {}
2044 explicit ValueHolder(const T& value) : value_(value) {}
2045
2046 T* pointer() { return &value_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected