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

FreeBSD Manual Pages

  
 
  

home | help
std::ranges...ter-iterator(3) C++ Standard Libarystd::ranges...ter-iterator(3)

NAME
       std::ranges::chunk_view::outer-iterator::outer-iterator		     -
       std::ranges::chunk_view::outer-iterator::outer-iterator

Synopsis
	  /*outer-iterator*/( /*outer-iterator*/&& other  )  =	default;   (1)
       (since C++23)
	  private:							   (2)
       (exposition only*)
	  constexpr explicit /*outer-iterator*/( chunk_view& parent );

	  Construct an iterator.

	  1) Move constructor. Move-initializes	the underlying pointer parent_
       with
	  other.parent_.
	  2) A private constructor which is used  by  chunk_view::begin.  This
       constructor is not
	  accessible  to  users.  Initializes parent_ with std::addressof(par-
       ent).

Parameters
	  other	 - an iterator
	  parent - the enclosing ranges::chunk_view object

Example
	   This	section	is incomplete
	   Reason: no example

See also
	  operator= move assigns another iterator
	  (C++23)   (public member function)

Category:
	    * Todo no example

http://cppreference.com		  2024.06.10	 std::ranges...ter-iterator(3)

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

home | help