JUCE
Functions

Functions

const DirectoryEntryoperator* (const DirectoryEntry &e) noexcept
 A convenience operator so that the expression *it++ works correctly when it is an instance of RangedDirectoryIterator. More...
 
RangedDirectoryIterator begin (const RangedDirectoryIterator &it)
 Returns the iterator that was passed in. More...
 
RangedDirectoryIterator end (const RangedDirectoryIterator &)
 Returns a default-constructed sentinel value. More...
 

Detailed Description

Function Documentation

◆ operator*()

const DirectoryEntry& operator* ( const DirectoryEntry e)
noexcept

A convenience operator so that the expression *it++ works correctly when it is an instance of RangedDirectoryIterator.

Referenced by Optional< Value >::reset().

◆ begin()

◆ end()