std::filesystem::recursive_directory_iterator::disable_recursion_pending (3) Linux Manual Page
std::filesystem::recursive_directory_iterator::disable_recursion_pending – std::filesystem::recursive_directory_iterator::disable_recursion_pending Synopsis void disable_recursion_pending(); (since C++ 17) Disables recursion to the currently referred subdirectory, if any. The call modifies the pending recursion flag on the iterator in such a way that the next time increment is called, the iterator will advance within the current directly even if it is currently referring to a…
