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

Function FormatVector

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

Source from the content-addressed store, hash-verified

1301
1302template <size_t Length, class TVector>
1303void FormatVector(
1304 TStringBuilderBase* builder,
1305 const char (&format)[Length],
1306 const TVector& vec)
1307{
1308 NYT::NDetail::TRangeFormatter<typename TVector::value_type> formatter(vec);
1309 NYT::NDetail::RunFormatterFullScan(builder, format, formatter);
1310}
1311
1312template <class TVector>
1313void FormatVector(

Callers 1

TESTFunction · 0.85

Calls 2

RunFormatterFullScanFunction · 0.85
FlushMethod · 0.45

Tested by

no test coverage detected