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