Create a reverse iterator referring to the element preceding value.
Synopsis
Declared in <bdlt_calendarreverseiteratoradapter.h>
explicit
CalendarReverseIteratorAdapter(ITERATOR const& value);
Description
The reverse iterator refers to the element that precedes, in the forward sequence (or that follows, in the backward sequence) the element referred to by the specified value.
Parameters
Name |
Description |
value |
forward iterator whose preceding element is referred to |
Created with MrDocs