Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
Linux
Description
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.
Attachments
Issue Links
- depends on
-
CXX-679 bsoncxx::basic::builder should support concatenate
-
- Closed
-