BloombergLP::bdlcc::Deque::Proctor::load

Attach this proctor to the specified container.

Synopsis

Declared in <bdlcc_deque.h>

void
load(Deque<TYPE>* 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

NameDescription
containerdeque to lock and expose