MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
bsoncxx::v_noabi::builder::concatenate_doc Struct Reference

#include <bsoncxx/v_noabi/bsoncxx/builder/concatenate.hpp>

Description

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.
 

Member Function Documentation

◆ operator document::view()

bsoncxx::v_noabi::builder::concatenate_doc::operator document::view ( ) const
inline

Conversion operator that provides a view of the wrapped concatenate document.

Returns
A view of the wrapped concatenate document.

◆ view()

Accessor that provides a view of the wrapped concatenate document.

Returns
A view of the wrapped concatenate document.

The documentation for this struct was generated from the following file: