template <class Rep1, class Period, class Rep2> duration<typename common_type<Rep1, Rep2>::type, Period> operator*(const duration<Rep1, Period>& d, const Rep2& s);
Requires Remarks: This operator shall not participate in overload resolution unless
Rep2
shall be is implicitly convertible toCR(Rep1, Rep2)
. Diagnostic required.
template <class Rep1, class Period, class Rep2> duration<typename common_type<Rep1, Rep2>::type, Period> operator*(const Rep1& s, const duration<Rep2, Period>& d);
Requires Remarks: This operator shall not participate in overload resolution unless
Rep1
shall be is implicitly convertible toCR(Rep1, Rep2)
. Diagnostic required.
template <class Rep1, class Period, class Rep2> duration<typename common_type<Rep1, Rep2>::type, Period> operator/(const duration<Rep1, Period>& d, const Rep2& s);
Requires Remarks: This operator shall not participate in overload resolution unless
Rep2
shall be is implicitly convertible toCR(Rep1, Rep2)
andRep2
shall not be is not an instantiation ofduration
. Diagnostic required.
template <class Rep1, class Period, class Rep2> duration<typename common_type<Rep1, Rep2>::type, Period> operator%(const duration<Rep1, Period>& d, const Rep2& s);
Requires Remarks: This operator shall not participate in overload resolution unless
Rep2
shall be is implicitly convertible toCR(Rep1, Rep2)
andRep2
shall not be is not an instantiation ofduration
. Diagnostic required.
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