|
CohereSim: A Bus-based Cache Simulator
v3.3
A tool for education in computing - learn about coherence protocols, replacement policies, and SMP vs DSM
|
Comparator functor for strings, case insensitive. More...
#include <typedefs.h>
Public Member Functions | |
| bool | operator() (const std::string &s1, const std::string &s2) const |
| Compare two string ignoring case. More... | |
Comparator functor for strings, case insensitive.
| bool ci_less::operator() | ( | const std::string & | s1, |
| const std::string & | s2 | ||
| ) | const |
Compare two string ignoring case.
| s1 | The first string |
| s2 | The second string |