[#BloombergLP-bslstl-operator_dec-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::operator‐‐ :relfileprefix: ../../ :mrdocs: Decrement operators == Synopses Declared in `<bslstl_bidirectionaliterator.h>` Decrement the specified `iter` to the previous element. Return the previous value of `iter`. The behavior is undefined if, on entry, `iter` has the same value as an iterator to the start of the underlying sequence. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class T, class ITER_IMP, class TAG_TYPE> xref:BloombergLP/bslstl/BidirectionalIterator.adoc[bslstl::BidirectionalIterator<T, ITER_IMP, TAG_TYPE>] xref:BloombergLP/bslstl/operator_dec-08.adoc[operator‐‐]( xref:BloombergLP/bslstl/BidirectionalIterator.adoc[BidirectionalIterator<T, ITER_IMP, TAG_TYPE>]& iter, int); ---- [.small]#xref:BloombergLP/bslstl/operator_dec-08.adoc[_» more..._]# Decrement the specified `iter` to previous element. Return the previous value of `iter`. The behavior is undefined if, on entry, `iter` has the same value as an iterator to the start of the underlying sequence. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class T, class ITER_IMP, class TAG_TYPE> xref:BloombergLP/bslstl/RandomAccessIterator.adoc[bslstl::RandomAccessIterator<T, ITER_IMP, TAG_TYPE>] xref:BloombergLP/bslstl/operator_dec-05.adoc[operator‐‐]( xref:BloombergLP/bslstl/RandomAccessIterator.adoc[RandomAccessIterator<T, ITER_IMP, TAG_TYPE>]& iter, int); ---- [.small]#xref:BloombergLP/bslstl/operator_dec-05.adoc[_» more..._]# Move the specified `iter` to the previous element in the tree and return the value of `iter` prior to this call. The behavior is undefined unless the iterator refers to the past‐the‐end or the non‐leftmost element in the tree. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class VALUE, class NODE, class DIFFERENCE_TYPE> xref:BloombergLP/bslstl/TreeIterator.adoc[TreeIterator<VALUE, NODE, DIFFERENCE_TYPE>] xref:BloombergLP/bslstl/operator_dec-03.adoc[operator‐‐]( xref:BloombergLP/bslstl/TreeIterator.adoc[TreeIterator<VALUE, NODE, DIFFERENCE_TYPE>]& iter, int); ---- [.small]#xref:BloombergLP/bslstl/operator_dec-03.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#