102 return {std::move(doc)};
119 return {std::move(
array)};
Provides bsoncxx::v_noabi::array::view_or_value.
The bsoncxx v_noabi macro guard postlude header.
The bsoncxx v_noabi macro guard prelude header.
A JSON-like builder for creating arrays.
Definition list.hpp:174
operator types::bson_value::view()
Provides a view of the underlying BSON value.
Definition list.hpp:87
Provides concatenators for use with "streaming" BSON builder syntax.
Provides bsoncxx::v_noabi::document::view_or_value.
Declares entities used to build BSON documents.
v_noabi::view_or_value< view, value > view_or_value
Equivalent to v_noabi::view_or_value<v_noabi::array::view, v_noabi::array::value>.
Definition view_or_value.hpp:31
concatenate_doc concatenate(document::view_or_value doc)
Helper method to concatenate a document.
Definition concatenate.hpp:101
v_noabi::view_or_value< v_noabi::document::view, v_noabi::document::value > view_or_value
Equivalent to v_noabi::view_or_value<v_noabi::document::view, v_noabi::document::value>.
Definition view_or_value.hpp:30
Declares entities whose ABI stability is NOT guaranteed.
The top-level namespace within which all bsoncxx library entities are declared.
Container to concatenate an array.
Definition concatenate.hpp:64
array::view view() const
Accessor that provides a view of the wrapped concatenate array.
Definition concatenate.hpp:83
Container to concatenate a document.
Definition concatenate.hpp:34
document::view view() const
Accessor that provides a view of the wrapped concatenate document.
Definition concatenate.hpp:53