[CXX-1921] add reset() methods for value types Created: 27/Jan/20 Updated: 07/Feb/24 |
|
| Status: | Backlog |
| Project: | C++ Driver |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Samantha Ritter (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | neweng | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Epic Link: | C++ Developer Experience Improvements |
| Description |
|
C++ library types that manage memory offer a reset() method to support replacing the managed content with something new. While not strictly necessary, it would be nice to add this to the driver's value-y classes (bsoncxx::document::value, arrayvalue). |
| Comments |
| Comment by Githook User [ 27/Jan/20 ] |
|
Author: {'email': 'samantha.ritter@10gen.com', 'username': 'samantharitter', 'name': 'samantharitter'}Message: CXX-1921 support resetting document values |