4#ifndef _Stroika_Foundation_Time_Common_h_
5#define _Stroika_Foundation_Time_Common_h_ 1
7#include "Stroika/Foundation/StroikaPreComp.h"
18namespace Stroika::Foundation::Time {
56 template <
typename CLOCK_T,
typename DURATION_T =
typename CLOCK_T::duration>
57 auto Pin2SafeSeconds (
const chrono::time_point<CLOCK_T, DURATION_T>& tp) -> chrono::time_point<CLOCK_T, DURATION_T>;
auto Pin2SafeSeconds(const chrono::time_point< CLOCK_T, DURATION_T > &tp) -> chrono::time_point< CLOCK_T, DURATION_T >