| 76 | |
| 77 | template <class TChar> |
| 78 | static inline TRawLiteral<TChar> DumpRaw(const TBasicStringBuf<TChar>& s) noexcept { |
| 79 | return {s}; |
| 80 | } |
| 81 | |
| 82 | template <class TChar> |
| 83 | static inline TRawLiteral<TChar> DumpRaw(const TChar* s) noexcept { |
no outgoing calls
no test coverage detected