-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: API, Implementation
-
None
-
Environment:Linux
-
None
-
None
-
None
-
None
-
None
-
None
-
None
I'm wondering how to concatenate a document view onto an existing subview. Currently the _core is a private member variable, so my workaround was to fork the repo, make _core public and call:
sub_document o;
o._core->concatenate(view)
Is there a better way to do this?
Thank you in advance.
- depends on
-
CXX-679 bsoncxx::basic::builder should support concatenate
-
- Closed
-