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.
Synopsis
Declared in <bslstl_deque.h>
Deque_Guard(
deque<VALUE_TYPE, ALLOCATOR>* deque,
bool isTail);
Created with MrDocs