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

Method Swap

util/draft/holder_vector.h:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 void Swap(THolderVector& other) {
84 TBase::swap(other);
85 }
86
87 using TBase::operator[];
88 using TBase::operator bool;

Callers 1

Y_UNIT_TESTFunction · 0.45

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected