This class defines a proctor type that provides direct const access to the underlying bsl::deque contained in a Deque.
Synopsis
Declared in <bdlcc_deque.h>
class ConstProctor;
Member Functions
Name |
Description |
|
Create a |
|
Destroy this proctor and unlock its associated |
Return |
|
Attach this proctor to the specified |
|
Return a reference to the |
|
Return a pointer to the |
|
Return a non‐modifiable reference to the element at |
|
Release this proctor without destroying it. Afterward the destructor will have no effect. This may be called multiple times; only the first call has any effect; |
Created with MrDocs