[#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: Attach this proctor to the specified `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); ---- == Description 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`. == Parameters [cols="1,4"] |=== | Name| Description | *container* | deque to lock and expose |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#