-
Notifications
You must be signed in to change notification settings - Fork 0
calendar.h ~ calendar ~ modulo
Baptiste Thémine edited this page Aug 11, 2020
·
1 revision
constexpr clock_type modulo(const clock_type &left, const clock_type &right) noexcept;
Modulo operation on clock_type.
(Mandatory)
left
rigth
If left
and right
are different than CLOCK_NAN
and right
is non null, then returns left%right
else returns CLOCK_NAN
.
Never throws exception.