Deleted and unused conversion to std::time_t.

Synopses

Declared in <util/time.h>

[[nodiscard]]
static
time_t
to_time_t(time_point const& __t) noexcept;

Deleted and unused conversion to std::time_t.

static
time_t
to_time_t(time_point const& t) = delete;

Parameters

Name

Description

t

The time point that would be converted.

Created with MrDocs