| 345 | */ |
| 346 | template <typename T> |
| 347 | static 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. |
no outgoing calls
no test coverage detected