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

Method empty

library/cpp/containers/paged_vector/paged_vector.h:258–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 }
257
258 bool empty() const {
259 return TPages::empty() || (1 == NPages() && CurrentPage().empty());
260 }
261
262 explicit operator bool() const noexcept {
263 return !empty();

Callers 6

pop_backMethod · 0.45
eraseMethod · 0.45
Test0Method · 0.45
Test1Method · 0.45
Test2Method · 0.45
Test7Method · 0.45

Calls 1

emptyFunction · 0.50

Tested by 4

Test0Method · 0.36
Test1Method · 0.36
Test2Method · 0.36
Test7Method · 0.36