ctrl-utils
Public Types | Public Member Functions | List of all members
std::filesystem::directory_iterator Class Reference

Public Types

using value_type = directory_entry
 
using difference_type = ptrdiff_t
 
using pointer = const value_type *
 
using reference = const value_type &
 
using iterator_category = std::input_iterator_tag
 

Public Member Functions

 directory_iterator (const directory_iterator &other)
 
 directory_iterator (const path &p)
 
directory_iteratoroperator++ ()
 
bool operator== (const directory_iterator &other) const
 
bool operator!= (const directory_iterator &other) const
 
reference operator* () const
 
pointer operator-> () const
 

The documentation for this class was generated from the following file: