| 284 | */ |
| 285 | template <typename T> |
| 286 | static 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)`. |
no outgoing calls
no test coverage detected