Deleted and unused conversion from std::time_t.

Synopsis

Declared in <util/time.h>

static
time_point
from_time_t(time_t t) = delete;

Return Value

Time point measured against this clock.

Parameters

Name

Description

t

The calendar time that would be converted.

Created with MrDocs