|
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Member functions | ||||
tzdb_list::endtzdb_list::cend |
const_iterator end()constnoexcept; | (since C++20) | |
const_iterator cend()constnoexcept; | (since C++20) | |
Returns the past-the-end iterator of thetzdb_list. Attempting to dereference this iterator results in undefined behavior.
The past-the-end iterator.