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

Method set

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

Source from the content-addressed store, hash-verified

1837 const T* pointer() const { return GetOrCreateValue(); }
1838 const T& get() const { return *pointer(); }
1839 void set(const T& value) { *pointer() = value; }
1840
1841 private:
1842 // Holds a value of T. Can be deleted via its base class without the caller

Calls 1

pointerFunction · 0.85

Tested by

no test coverage detected