MCPcopy 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

GetStackMethod · 0.45
cow_string.hFile · 0.45
insertMethod · 0.45
Test2Method · 0.45
Test4Method · 0.45
PopFromPositionMethod · 0.45
PopMethod · 0.45
LexicographicStepFunction · 0.45
MoveMethod · 0.45
MoveMethod · 0.45
AddCascadeMethod · 0.45
MoveCentralWordStartMethod · 0.45

Calls 2

pop_backFunction · 0.50
emptyMethod · 0.45

Tested by 2

Test2Method · 0.36
Test4Method · 0.36