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

Method ValueHolder

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

Source from the content-addressed store, hash-verified

1844 class ValueHolder : public ThreadLocalValueHolderBase {
1845 public:
1846 ValueHolder() : value_() {}
1847 explicit ValueHolder(const T& value) : value_(value) {}
1848
1849 T* pointer() { return &value_; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected