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

Function MakeMinimalisticContainer

library/cpp/iterator/ut/functools_ut.cpp:116–118  ·  view source on GitHub ↗

container with minimal interface

Source from the content-addressed store, hash-verified

114
115 // container with minimal interface
116 auto MakeMinimalisticContainer() {
117 return MakeIteratorRange(TTestIterator{}, TTestSentinel{});
118 }
119
120
121 TEST(FuncTools, CompileRange) {

Callers 1

TESTFunction · 0.85

Calls 1

MakeIteratorRangeFunction · 0.85

Tested by

no test coverage detected