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

Function ToString

util/string/cast.h:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 */
23template <class T>
24inline size_t ToString(const T& t, char* buf, size_t len) {
25 using TParam = typename TTypeTraits<T>::TFuncParam;
26
27 return ToStringImpl<TParam>(t, buf, len);
28}
29
30/**
31 * Floating point to string conversion mode, values are enforced by `dtoa_impl.cpp`.

Callers 15

ToWtringFunction · 0.70
CheckOKMethod · 0.70
CheckExcMethod · 0.70
CheckTryOKMethod · 0.70
CheckTryFailMethod · 0.70
CheckOKMethod · 0.70
CheckTryOKMethod · 0.70
CheckExcMethod · 0.70
CheckTryFailMethod · 0.70
CheckConvertToBufferFunction · 0.70
Y_UNIT_TESTFunction · 0.70
JoinStringsFunction · 0.70

Calls

no outgoing calls

Tested by 5

TestMethod · 0.40
TestBufferedIOMethod · 0.40
TestItMethod · 0.40
TestSortMethod · 0.40