class template
<chrono>
std::chrono::common_type (duration)template <class Rep1, class Period1, class Rep2, class Period2>class common_type<chrono::duration<Rep1,Period1>,chrono::duration<Rep2,Period2>>;
Specialization of common_type for duration
This is a specialization of the standard traits class common_type. It defines the most precise duration type between its two template arguments.The default definition returns a duration type with common_type<Rep1,Rep2> as its first template argument and the greatest common divisor of Period1 and Period2 as its second template argument.
A custom count representation type can provide its own specialization of this template.
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