Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ NonNegativeDistance
Function
NonNegativeDistance
util/generic/iterator.h:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
143
template <class T>
144
constexpr inline size_t NonNegativeDistance(T* b, T* e) noexcept {
145
Y_ASSERT(e >= b);
146
return e - b;
147
}
Callers
8
TBasicCowString
Function · 0.85
cow_string.h
File · 0.85
TBasicString
Function · 0.85
string.h
File · 0.85
Assign
Method · 0.85
Append
Method · 0.85
TArrayRef
Method · 0.85
TStringView
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected