logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

zipios::FileEntry::MatchFileName - Function object to be used with the STL find_if algorithm to find a

Author

       Generated automatically by Doxygen for Zipios++ from the source code.

Zipios++                                         Tue Mar 24 2020             zipios::FileEntry::MatchFileName(3)

Detailed Description

       Function object to be used with the STL find_if algorithm to find a FileEntry in a container, which name
       (as obtained with FileEntry::getFileName()) is identical to the name specified in the MatchName
       constructor.

       Definition at line 195 of file fileentry.h.

Name

       zipios::FileEntry::MatchFileName - Function object to be used with the STL find_if algorithm to find a
       FileEntry in a container, which name (as obtained with FileEntry::getFileName()) is identical to the name
       specified in the MatchName constructor.

Synopsis

       #include <fileentry.h>

   PublicMemberFunctionsMatchFileName (const string &name)
       bool operator() (const ConstEntryPointer &entry)

See Also