[#NodeClock-to_time_t-01] = xref:NodeClock.adoc[NodeClock]::to_time_t :relfileprefix: ../ :mrdocs: Deleted and unused conversion to std::time_t. == Synopses Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] static time_t xref:NodeClock/to_time_t-00.adoc[to_time_t](time_point const& __t) noexcept; ---- [.small]#xref:NodeClock/to_time_t-00.adoc[_» more..._]# Deleted and unused conversion to std::time_t. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static time_t xref:NodeClock/to_time_t-0c.adoc[to_time_t](xref:NodeClock/time_point.adoc[time_point] const& t) = delete; ---- [.small]#xref:NodeClock/to_time_t-0c.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *t* | The time point that would be converted. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#