[#BloombergLP-bdlt-DayOfWeekSet_Iter-operator_dec-0db] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/DayOfWeekSet_Iter.adoc[DayOfWeekSet_Iter]::operator‐‐ :relfileprefix: ../../../ :mrdocs: Decrement operators == Synopses Declared in `<bdlt_dayofweekset.h>` Regress this iterator to the previous valid element and return `*this`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/DayOfWeekSet_Iter.adoc[DayOfWeekSet_Iter]& xref:BloombergLP/bdlt/DayOfWeekSet_Iter/operator_dec-04.adoc[operator‐‐](); ---- [.small]#xref:BloombergLP/bdlt/DayOfWeekSet_Iter/operator_dec-04.adoc[_» more..._]# Regress this iterator and return a copy of its prior value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/DayOfWeekSet_Iter.adoc[DayOfWeekSet_Iter] xref:BloombergLP/bdlt/DayOfWeekSet_Iter/operator_dec-0df.adoc[operator‐‐](int postfix); ---- [.small]#xref:BloombergLP/bdlt/DayOfWeekSet_Iter/operator_dec-0df.adoc[_» more..._]# == Return Value * a reference providing modifiable access to this iterator * by value the value of this iterator before it was decremented == Parameters [cols="1,4"] |=== | Name| Description | *postfix* | unused parameter distinguishing the postfix operator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#