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

Function Pad

util/datetime/base.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39 template <size_t N>
40 inline TPad<N> Pad(int i) {
41 return {i};
42 }
43
44 inline IOutputStream& operator<<(IOutputStream& o, const TPad<2>& p) {
45 if (p.I < 10) {

Callers 4

FinalMethod · 0.85
NewBlockMethod · 0.85
OnValMethod · 0.85
OnCloseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected