std::chrono::time_of_day::hours,std::chrono::time_of_day::minutes, (3) Linux Manual Page
std::chrono::time_of_day<Duration>::hours,std::chrono::time_of_day<Duration>::minutes, – std::chrono::time_of_day<Duration>::hours,std::chrono::time_of_day<Duration>::minutes,
Synopsis
member of all specializations
constexpr std::chrono::hours hours()
member of all specializations except time_of_day<std::chrono::hours>
constexpr std::chrono::minutes minutes()
member only of the time_of_day<std::chrono::seconds>
time_of_day<std::chrono::duration<Rep, Period>>
constexpr std::chrono::seconds seconds()
member only of the time_of_day<std::chrono::duration<Rep, Period>>
specialization
constexpr precision subseconds()
Obtains the components of the stored
Return value
Let since_midnight be the stored duration:
1)
2)
3)
minutes()).
4)
hours()
