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

Function MakeMappedIterator

library/cpp/iterator/mapped.h:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179template <class TIterator, class TMapper>
180TMappedIterator<TIterator, TMapper> MakeMappedIterator(TIterator iter, TMapper mapper) {
181 return {iter, mapper};
182}
183
184template <class TIterator, class TMapper>
185auto MakeMappedRange(TIterator begin, TIterator end, TMapper mapper) {

Callers 2

MakeMappedRangeFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected