Deleted and unused conversion to std::time_t.
Declared in <util/time.h>
[[nodiscard]]
static
time_t
to_time_t(time_point const& __t) noexcept;
» more...
Deleted and unused conversion to std::time_t.
static
time_t
to_time_t(time_point const& t) = delete;
» more...
| Name | Description |
|---|---|
| t | The time point that would be converted. |