MCPcopy Create free account
hub / github.com/catboost/catboost / ToWtring

Function ToWtring

util/string/cast.h:111–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

Y_UNIT_TESTFunction · 0.85
CheckOKMethod · 0.85
CheckExcMethod · 0.85
CheckTryOKMethod · 0.85
CheckTryFailMethod · 0.85
JoinStringsFunction · 0.85

Calls 2

ToStringFunction · 0.70
FromAsciiFunction · 0.50

Tested by

no test coverage detected