MCPcopy Create free account
hub / github.com/catboost/catboost / operator()

Method operator()

library/cpp/yt/string/string.h:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20{
21 template <class T>
22 void operator()(TStringBuilderBase* builder, const T& obj) const
23 {
24 FormatValue(builder, obj, TStringBuf("v"));
25 }
26};
27
28//! Bind spec to a formatter.

Callers

nothing calls this directly

Calls 1

FormatValueFunction · 0.70

Tested by

no test coverage detected