MongoDB C++ Driver mongocxx-4.0.0
|
#include <bsoncxx/v_noabi/bsoncxx/builder/concatenate.hpp>
Container to concatenate a document.
Use this with a document builder to merge an existing document's fields with that of the document being built.
Public Member Functions | |
operator document::view () const | |
Conversion operator that provides a view of the wrapped concatenate document. | |
document::view | view () const |
Accessor that provides a view of the wrapped concatenate document. | |
|
inline |
Conversion operator that provides a view of the wrapped concatenate document.
|
inline |
Accessor that provides a view of the wrapped concatenate document.