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

Method pointer

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

Source from the content-addressed store, hash-verified

1847 explicit ValueHolder(const T& value) : value_(value) {}
1848
1849 T* pointer() { return &value_; }
1850
1851 private:
1852 T value_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected