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

Function MakeFormattableView

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

Source from the content-addressed store, hash-verified

320
321template <class TRange, class TFormatter>
322TFormattableView<TRange, std::decay_t<TFormatter>> MakeFormattableView(
323 const TRange& range,
324 TFormatter&& formatter)
325{
326 return TFormattableView<TRange, std::decay_t<TFormatter>>{range.begin(), range.end(), std::forward<TFormatter>(formatter)};
327}
328
329template <class TRange, class TFormatter>
330TFormattableView<TRange, std::decay_t<TFormatter>> MakeShrunkFormattableView(

Callers 1

TESTFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected