Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ pop_back
Method
pop_back
library/cpp/containers/paged_vector/paged_vector.h:277–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
275
}
276
277
void pop_back() {
278
if (CurrentPage().empty())
279
TPages::pop_back();
280
CurrentPage().pop_back();
281
}
282
283
template <typename TIter>
284
void append(TIter b, TIter e) {
Callers
13
GetStack
Method · 0.45
cow_string.h
File · 0.45
insert
Method · 0.45
Test2
Method · 0.45
Test4
Method · 0.45
PopFromPosition
Method · 0.45
Pop
Method · 0.45
LexicographicStep
Function · 0.45
Move
Method · 0.45
Move
Method · 0.45
AddCascade
Method · 0.45
MoveCentralWordStart
Method · 0.45
Calls
2
pop_back
Function · 0.50
empty
Method · 0.45
Tested by
2
Test2
Method · 0.36
Test4
Method · 0.36