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

Function MakeLazyMultiValueFormatter

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

Source from the content-addressed store, hash-verified

411
412template <class... TArgs>
413auto MakeLazyMultiValueFormatter(TStringBuf format, TArgs&&... args)
414{
415 return TLazyMultiValueFormatter<TArgs...>(format, std::forward<TArgs>(args)...);
416}
417
418////////////////////////////////////////////////////////////////////////////////
419

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected