Create a guard for uncommitted elements at one end of deque.
Synopsis
Declared in <bslstl_deque.h>
Deque_Guard(
deque<VALUE_TYPE, ALLOCATOR>* deque,
bool isTail);
Description
Initializes object to guard 0 items from the specified deque. This guards either the tail or the head, as determined by the specified isTail boolean.
Parameters
Name |
Description |
deque |
deque whose uncommitted elements are guarded |
isTail |
|
Created with MrDocs