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

Method Max

util/datetime/base.h:431–433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 using TBase::Seconds;
430
431 static constexpr TInstant Max() noexcept {
432 return TInstant(::Max<TValue>());
433 }
434
435 static constexpr TInstant Zero() noexcept {
436 return TInstant();

Callers

nothing calls this directly

Calls 1

TInstantClass · 0.85

Tested by

no test coverage detected