BloombergLP::bdlcc::Deque::ConstProctor::ConstProctor

Create a ConstProctor for the optionally specified container.

Synopsis

Declared in <bdlcc_deque.h>

explicit
ConstProctor(Deque<TYPE> const* container = 0);

Description

Create a ConstProctor object to provide const access to the underlying bsl::deque contained in the optionally specified *container, locking containers mutex. If no container is specified, this object will be null.

Parameters

NameDescription
containerdeque to lock and expose, or 0