-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Query 2019-08-12, Query 2019-08-26
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The ClusterCursorManager::PinnedCursor has a bunch of boring boilerplate because there is no easy way to access the cursor it owns. We should add a getter, an operator "->", or both to allow easier access to the underlying cursor and remove this boilerplate code; we already have these in mongod cursors