[#bsl-deque-0c-operator_assign-0d] = xref:bsl.adoc[bsl]::xref:bsl/deque-0c.adoc[deque]::operator= :relfileprefix: ../../ :mrdocs: Assign to this object the value resulting from first clearing this deque and then appending each `value_type` object in the specified `values` initializer list; return a reference providing modifiable access to this object. This method requires that the (template parameter) `VALUE_TYPE` be `copy‐insertable` into this deque (see {Requirements on `VALUE_TYPE`}). == Synopsis Declared in `<bslstl_deque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/deque-0c.adoc[deque<VALUE_TYPE, ALLOCATOR>]& operator=(std::initializer_list<value_type> values); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#