Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Test2
Method · 0.45
TestEbo
Method · 0.45
Calls
1
swap
Function · 0.50
Tested by
2
Test2
Method · 0.36
TestEbo
Method · 0.36