Create a Proctor for the optionally specified container.
Create a Proctor object to provide 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.
| Name | Description |
|---|---|
| container | deque to lock and expose, or 0 |