GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::chrono::tzdb_list::erase_after(3) C++ Standard Libary std::chrono::tzdb_list::erase_after(3)

std::chrono::tzdb_list::erase_after - std::chrono::tzdb_list::erase_after


const_iterator erase_after(const_iterator p); (since C++20)


Erases the std::chrono::tzdb referred to by the iterator following p. The behavior
is undefined if that iterator is not dereferenceable. No pointers, references, or
iterators are invalidated except for those referring to the erased element.


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


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(), however, and so it is
not possible to erase the first element.

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.