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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::ranges::chunk_view::inner-iterator::inner-iterator		     -
       std::ranges::chunk_view::inner-iterator::inner-iterator

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

	  Construct an iterator.

	  1) A move constructor	which 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...ner-iterator(3)

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

home | help