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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::experimental::filesystem::recursive_directory_iterator::recur-
       sion_pending - std::experimental::filesystem::recursive_directory_iter-
       ator::recursion_pending

Synopsis
	  bool recursion_pending() const;  (filesystem TS)

	  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.

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

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

home | help