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

Class THumanReadableDuration

util/stream/format.h:201–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 struct THumanReadableDuration {
202 TDuration Value;
203
204 constexpr THumanReadableDuration(const TDuration& value)
205 : Value(value)
206 {
207 }
208 };
209
210 struct THumanReadableSize {
211 double Value;

Callers 1

HumanReadableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected