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.
ConstProctor
bsl::deque
*container
container
Declared in <bdlcc_deque.h>
<bdlcc_deque.h>
explicit ConstProctor(Deque<TYPE> const* container = 0);