-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Programmability
std::chrono allows division between durations, yielding a count.
https://en.cppreference.com/w/cpp/chrono/duration/operator_arith4
We're missing this and it's useful arithmetic. We shouldn't have to use durationCount to do it.
- is duplicated by
-
SERVER-71206 support for duration division via operator/(D1,D2)
- Closed