| 364 | */ |
| 365 | template <typename TChar> |
| 366 | static inline ::NFormatPrivate::TBaseText<TChar, 16> HexText(const TBasicStringBuf<TChar> value) { |
| 367 | return ::NFormatPrivate::TBaseText<TChar, 16>(value); |
| 368 | } |
| 369 | |
| 370 | /** |
| 371 | * Output manipulator for binary string output. |