table of contents
other versions
- bookworm 12.2.0-14
std::filesystem::__directory_iterator_proxy(3cxx) | std::filesystem::__directory_iterator_proxy(3cxx) |
NAME¶
std::filesystem::__directory_iterator_proxy - Proxy returned by post-increment on directory iterators.
SYNOPSIS¶
#include <filesystem>
Public Member Functions¶
directory_entry operator* () &&noexcept
const directory_entry & operator* () const &noexcept
Friends¶
class directory_iterator
class recursive_directory_iterator
Detailed Description¶
Proxy returned by post-increment on directory iterators.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ |