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