MCPcopy Create free account
hub / github.com/catboost/catboost / Swap

Method Swap

util/generic/ptr.h:332–334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 }
331
332 inline void Swap(THolder& r) noexcept {
333 DoSwap(T_, r.T_);
334 }
335
336 inline T* Get() const noexcept {
337 return T_;

Callers 12

CloneFunction · 0.45
string.hFile · 0.45
TIntrusivePtrClass · 0.45
DropMethod · 0.45
TIntrusiveConstPtrClass · 0.45
DropMethod · 0.45
TSharedPtrClass · 0.45
DropMethod · 0.45
TCopyPtrClass · 0.45
SwapMethod · 0.45
ResetMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 1

DoSwapFunction · 0.70

Tested by

no test coverage detected