Attach this proctor to the specified container.

Synopsis

Declared in <bdlcc_deque.h>

void
load(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

Name

Description

container

deque to lock and expose

Created with MrDocs