BloombergLP::bdlt::CalendarReverseIteratorAdapter::CalendarReverseIteratorAdapter

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

NameDescription
valueforward iterator whose preceding element is referred to