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

FreeBSD Manual Pages

  
 
  

home | help
std::front_...ert_iterator(3) C++ Standard Libarystd::front_...ert_iterator(3)

NAME
       std::front_insert_iterator::front_insert_iterator    -	std::front_in-
       sert_iterator::front_insert_iterator

Synopsis
	  explicit front_insert_iterator( Container&  c	 );		(until
       C++20)
	  constexpr  explicit  front_insert_iterator(  Container& c );	(since
       C++20)

	  Initializes the underlying pointer to	the container to  std::addres-
       sof(c).

Parameters
	  c - container	to initialize the inserter with

	  Defect reports

	  The following	behavior-changing defect reports were applied retroac-
       tively to
	  previously published C++ standards.

	    DR	   Applied to	       Behavior	as published		  Cor-
       rect behavior
			     default constructor was provided  as      removed
       along with the
	  P2325R3  C++20      C++20				      require-
       ment
			     iterators must be default_initializable

http://cppreference.com		  2024.06.10	 std::front_...ert_iterator(3)

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

home | help