[#bsl-Deque_Guard-2destructor] = xref:bsl.adoc[bsl]::xref:bsl/Deque_Guard.adoc[Deque_Guard]::~Deque_Guard :relfileprefix: ../../ :mrdocs: Call the (template parameter) `VALUE_TYPE` destructor on objects in the range `[d.end() .. d.end() + count())]` if `isTail` was specified as `true` during construction, or `[d.start() ‐ count() .. d.start()]` if `isTail` was specified as `false` during construction, where `d` is the deque used to construct this guard. == Synopsis Declared in `<bslstl_deque.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ~Deque_Guard(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#