std::filesystem::recursive_directory_iterator::pop
Min standard notice:
Moves the iterator one level up in the directory hierarchy. Invalidates all copies of the previous value of *this.
# Declarations
void pop();
(since C++17)
void pop( std::error_code& ec );
(since C++17)
# Parameters
ec: error code to store the error status to
# Return value
(none)
# Example
This section is incompleteReason: no example