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

Function MakeCompactIntervalView

library/cpp/yt/string/format-inl.h:392–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390
391template <class TRange, class TValueGetter, class TIntervalFormatter>
392TCompactIntervalView<TRange, TValueGetter, TIntervalFormatter> MakeCompactIntervalView(
393 const TRange& range,
394 TValueGetter&& valueGetter,
395 TIntervalFormatter&& intervalFormatter)
396{
397 return TCompactIntervalView<TRange, TValueGetter, TIntervalFormatter>{
398 range.begin(),
399 range.end(),
400 std::forward<TValueGetter>(valueGetter),
401 std::forward<TIntervalFormatter>(intervalFormatter)};
402}
403
404template <class... TArgs>
405TLazyMultiValueFormatter<TArgs...>::TLazyMultiValueFormatter(

Callers 1

TESTFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected