| 
    MongoDB C++ Driver
    mongocxx-3.7.0
    
   | 
 
Container to concatenate an array. More...
#include <concatenate.hpp>
Public Member Functions | |
| operator array::view () const | |
| Conversion operator that provides a view of the wrapped concatenate array.  More... | |
| array::view | view () const | 
| Accessor that provides a view of the wrapped concatenate array.  More... | |
Related Functions | |
(Note that these are not member functions.)  | |
| concatenate_array | concatenate (array::view_or_value array) | 
| Method to concatenate an array with a new array.  More... | |
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.
      
  | 
  inline | 
Conversion operator that provides a view of the wrapped concatenate array.
      
  | 
  inline | 
Accessor that provides a view of the wrapped concatenate array.
      
  | 
  related | 
Method to concatenate an array with a new array.
Use this with the array stream builder to merge an existing array's fields with a new array.
| array | An array to be concatenated. | 
 1.8.17