| 325 | */ |
| 326 | template <typename T> |
| 327 | static 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)`. |
no outgoing calls
no test coverage detected