MongoDB C++ Driver mongocxx-3.11.0
|
#include <bsoncxx/v_noabi/bsoncxx/builder/concatenate.hpp>
Container to concatenate a document. Use it by constructing an instance with the document to be concatenated, and pass it into a document stream builder.
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.