[#BloombergLP-bdlcc-Deque-ConstProctor-load] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/Deque.adoc[Deque]::xref:BloombergLP/bdlcc/Deque/ConstProctor.adoc[ConstProctor]::load :relfileprefix: ../../../../ :mrdocs: In the case where this `Proctor` has been released, attach this object to the specified `container`. If this object is already attached, release the previous object first. The behavior is undefined if `0 == container`. == Synopsis Declared in `<bdlcc_deque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void load(xref:BloombergLP/bdlcc/Deque.adoc[Deque<TYPE>] const* container); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#