Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TStdOut
Class
TStdOut
util/stream/output.cpp:420–427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
418
};
419
420
struct TStdOut: public TStdOutput {
421
inline TStdOut()
422
: TStdOutput(stdout)
423
{
424
}
425
426
~TStdOut() override = default;
427
};
428
429
TStdOut Out;
430
TStdErr Err;
Callers
1
DEF_CONV_NUM
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected