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

Method swap

library/cpp/containers/paged_vector/paged_vector.h:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 void swap(TSelf& v) {
206 TPages::swap((TPages&)v);
207 }
208
209 private:
210 static size_t PageNumber(size_t idx) {

Callers 2

Test2Method · 0.45
TestEboMethod · 0.45

Calls 1

swapFunction · 0.50

Tested by 2

Test2Method · 0.36
TestEboMethod · 0.36