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

FreeBSD Manual Pages

  
 
  

home | help
std::filesy...ion_pending(3)  C++ Standard Libary std::filesy...ion_pending(3)

NAME
       std::filesystem::recursive_directory_iterator::recursion_pending	     -
       std::filesystem::recursive_directory_iterator::recursion_pending

Synopsis
	  bool recursion_pending() const;  (since C++17)

	  Returns true if the next increment will  cause  the  directory  cur-
       rently referred to by
	  *this	to be iterated into.

	  This	function returns true immediately after	construction or	an in-
       crement.	Recursion
	  can be disabled via disable_recursion_pending().

Parameters
	  (none)

Return value
	  true if the next increment will iterate into the currently  referred
       directory, false
	  otherwise.

Exceptions
	  Throws nothing.

Example
	   This	section	is incomplete
	   Reason: no example

http://cppreference.com		  2022.07.31	  std::filesy...ion_pending(3)

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

home | help