Return an iterator providing non‐modifiable access to one past the last transition in the ordered sequence of transitions associated with this object.
Synopsis
Declared in <baltzo_zoneinfo.h>
Zoneinfo::TransitionConstIterator
endTransitions() const;
Description
Note that if beginTransitions() == endTransitions() then there are no transitions stored by this object.
Return Value
an iterator to one past the last transition
Created with MrDocs