Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::chrono...:erase_after(3) C++ Standard Libarystd::chrono...:erase_after(3)

NAME
       std::chrono::tzdb_list::erase_after - std::chrono::tzdb_list::erase_af-
       ter

Synopsis
	  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.

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

http://cppreference.com		  2022.07.31	 std::chrono...:erase_after(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::chrono::tzdb_list::erase_after&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help