A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../algorithm/../../cpp/chrono/hh_mm_ss.html below:

std::chrono::hh_mm_ss - cppreference.com

template< class Duration >
class hh_mm_ss;

(since C++20)

The class template hh_mm_ss splits a std::chrono::duration into a "broken down" time such as hours:minutes:seconds, with the precision of the split determined by the Duration template parameter. It is primarily a formatting tool.

Duration must be a specialization of std::chrono::duration, otherwise the program is ill-formed.

[edit] Member constants

constexpr unsigned fractional_width

[static]

the smallest possible integer in the range [​0​18] such that precision (see below) will exactly represent the value of Duration{1}, or 6 if there's no such integer
(public static member constant) [edit] Member types [edit] Member functions [edit] Non-member functions [edit] Helper classes

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4