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

Function BinText

util/stream/format.h:384–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 */
383template <typename TChar>
384static inline ::NFormatPrivate::TBaseText<TChar, 2> BinText(const TBasicStringBuf<TChar> value) {
385 return ::NFormatPrivate::TBaseText<TChar, 2>(value);
386}
387
388/**
389 * Output manipulator for printing `TDuration` values.

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected