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

Function HexText

util/stream/format.h:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 */
365template <typename TChar>
366static inline ::NFormatPrivate::TBaseText<TChar, 16> HexText(const TBasicStringBuf<TChar> value) {
367 return ::NFormatPrivate::TBaseText<TChar, 16>(value);
368}
369
370/**
371 * Output manipulator for binary string output.

Callers 1

Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected