MongoDB C++ Driver mongocxx-3.11.0
|
#include <bsoncxx/v_noabi/bsoncxx/builder/concatenate.hpp>
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. | |
|
inline |
Conversion operator that provides a view of the wrapped concatenate array.
|
inline |
Accessor that provides a view of the wrapped concatenate array.