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

Method copy

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

Source from the content-addressed store, hash-verified

9155 }
9156
9157 template <typename U> void copy(linked_ptr<U> const* ptr) {
9158 value_ = ptr->get();
9159 if (value_)
9160 link_.join(&ptr->link_);
9161 else
9162 link_.join_new();
9163 }
9164};
9165
9166template<typename T> inline

Callers 6

deprocessMethod · 0.80
cropMethod · 0.80
configure_cropMethod · 0.80
_Net_forward_allFunction · 0.80

Calls 3

joinMethod · 0.80
join_newMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected