Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_back
Method · 0.45
erase
Method · 0.45
Test0
Method · 0.45
Test1
Method · 0.45
Test2
Method · 0.45
Test7
Method · 0.45
Calls
1
empty
Function · 0.50
Tested by
4
Test0
Method · 0.36
Test1
Method · 0.36
Test2
Method · 0.36
Test7
Method · 0.36