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

Function Bin

util/stream/format.h:327–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 */
326template <typename T>
327static constexpr ::NFormatPrivate::TUnsignedBaseNumber<T, 2> Bin(const T& value, const ENumberFormat flags = HF_FULL | HF_ADDX) noexcept {
328 return {value, flags};
329}
330
331/**
332 * Output manipulator similar to `std::setbase(2)`.

Callers 4

Y_UNIT_TEST_SUITEFunction · 0.85
PrintFlagsMethod · 0.85
Y_UNIT_TESTFunction · 0.85
Y_UNIT_TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected