MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / pointer

Method pointer

rtpose_wrapper/src/gtest/gtest.h:2405–2405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2403 }
2404
2405 T* pointer() { return GetOrCreateValue(); }
2406 const T* pointer() const { return GetOrCreateValue(); }
2407 const T& get() const { return *pointer(); }
2408 void set(const T& value) { *pointer() = value; }

Callers 2

GetOrCreateValueMethod · 0.45
gtest-all.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected