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

Method set

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

Source from the content-addressed store, hash-verified

2406 const T* pointer() const { return GetOrCreateValue(); }
2407 const T& get() const { return *pointer(); }
2408 void set(const T& value) { *pointer() = value; }
2409
2410 private:
2411 // Holds a value of type T.

Callers 2

getFrameFromCamFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected