Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ operator()
Method
operator()
library/cpp/yt/string/string.h:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
template <class T>
38
void operator()(TStringBuilderBase* builder, const T& obj) const
39
{
40
FormatValue(builder, obj, Spec_);
41
}
42
43
private:
44
TStringBuf Spec_;
Callers
nothing calls this directly
Calls
1
FormatValue
Function · 0.70
Tested by
no test coverage detected