| 109 | */ |
| 110 | template <class T> |
| 111 | inline TUtf16String ToWtring(const T& t) { |
| 112 | return TUtf16String::FromAscii(ToString(t)); |
| 113 | } |
| 114 | |
| 115 | inline const TUtf16String& ToWtring(const TUtf16String& w Y_LIFETIME_BOUND) noexcept { |
| 116 | return w; |
no test coverage detected