MongoDB C++ Driver mongocxx-4.0.0
|
#include <bsoncxx/v_noabi/bsoncxx/builder/concatenate.hpp>
Container to concatenate an array.
Use this with an array builder to merge an existing array's fields with that of the array being built.
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.