AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
UpdateFetcher::PathCompare Struct Reference

Public Member Functions

bool operator() (LocaleFileEntry const &left, LocaleFileEntry const &right) const
 

Detailed Description

Member Function Documentation

◆ operator()()

bool UpdateFetcher::PathCompare::operator() ( LocaleFileEntry const &  left,
LocaleFileEntry const &  right 
) const
512{
513 return left.first.filename().string() < right.first.filename().string();
514}