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

Method back

library/cpp/containers/paged_vector/paged_vector.h:365–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 }
364
365 reference back() {
366 return CurrentPage().back();
367 }
368
369 const_reference back() const {
370 return CurrentPage().back();

Calls

no outgoing calls

Tested by 1

Test4Method · 0.36