Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IterationEnd
Function
IterationEnd
cpp/src/arrow/util/iterator.h:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
template <typename T>
60
T IterationEnd() {
61
return IterationTraits<T>::End();
62
}
63
64
template <typename T>
65
bool IsIterationEnd(const T& val) {
Callers
nothing calls this directly
Calls
1
End
Function · 0.70
Tested by
no test coverage detected