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

Function Hex

util/stream/format.h:286–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 */
285template <typename T>
286static constexpr ::NFormatPrivate::TUnsignedBaseNumber<T, 16> Hex(const T& value, const ENumberFormat flags = HF_FULL | HF_ADDX) noexcept {
287 return {value, flags};
288}
289
290/**
291 * Output manipulator similar to `std::setbase(16)`.

Callers 11

DEF_CONV_NUMFunction · 0.70
Y_UNIT_TESTFunction · 0.70
PrintMeMethod · 0.50
Y_UNIT_TESTFunction · 0.50
PointerMethod · 0.50
PointerMethod · 0.50
AsGuidStringMethod · 0.50
AsUuidStringMethod · 0.50
DecodeOpenModeFunction · 0.50
TImplMethod · 0.50
FormatBackTraceFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected