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

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

Description

Container to concatenate an array. Use this with the array stream builder in order to pass an array into a new builder and append its values to the stream.

Public Member Functions

 operator array::view () const
 Conversion operator that provides a view of the wrapped concatenate array.
 
array::view view () const
 Accessor that provides a view of the wrapped concatenate array.
 

Member Function Documentation

◆ operator array::view()

bsoncxx::v_noabi::builder::concatenate_array::operator array::view ( ) const
inline

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

Returns
A view of the wrapped concatenate array.

◆ view()

Accessor that provides a view of the wrapped concatenate array.

Returns
A view of the wrapped concatenate array.

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