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

Function SBin

util/stream/format.h:347–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 */
346template <typename T>
347static constexpr ::NFormatPrivate::TBaseNumber<T, 2> SBin(const T& value, const ENumberFormat flags = HF_FULL | HF_ADDX) noexcept {
348 return {value, flags};
349}
350
351/**
352 * Output manipulator for hexadecimal string output.

Callers 2

Y_UNIT_TESTFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected