[#count_seconds] = count_seconds :mrdocs: Return the whole‐second count of a seconds duration. == Synopsis Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr int64_t count_seconds(std::chrono::seconds t); ---- == Return Value The whole‐second count of t. == Parameters [cols="1,4"] |=== | Name| Description | *t* | The duration to convert. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#