std::chrono::tzdb_list::erase_after

From cppreference.com
< cpp‎ | chrono‎ | tzdb list
Date and time library
Time point
(C++11)
(C++20)
Duration
(C++11)
Clocks
(C++11)
(C++11)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
Time of day
(C++20)(C++20)
(C++20)(C++20)
(C++20)

Calendar
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)(C++20)
Time zone
(C++20)
(C++20)
(C++20) (C++20) (C++20) (C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
chrono I/O
(C++20)
C-style date and time
const_iterator erase_after( const_iterator p );
(since C++20)

Erases the std::chrono::tzdb referred to by the iterator following p

Return value

An iterator pointing to the element following the erased element, or end() if no such element exists.

Notes

tzdb_list is intended to be implementable as a singly linked list, and its interface resembles that of std::forward_list. It has no before_begin()