std::experimental::filesystem::recursive_directory_iterator::recursion_pending

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

# Declarations

bool recursion_pending() const;

(filesystem TS)

# Return value

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