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

Method empty

util/generic/vector.h:109–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 Y_PURE_FUNCTION inline bool empty() const noexcept {
110 return TBase::empty();
111 }
112
113 // DEPRECATED. DO NOT USE.
114 inline yssize_t ysize() const noexcept {

Callers 1

TVectorClass · 0.95

Calls 1

emptyFunction · 0.50

Tested by

no test coverage detected