#include <Compare.hpp>
Public Member Functions | |
bool | operator() (const std::pair< std::string, std::string > &x, const std::pair< std::string, std::string > &y) const |
Small functor object for case insensitive std::string compare in pairs of std::string, tests first strings then seconds.
Used in maps of type and name to objects.
bool openstudio::IstringPairCompare::operator() | ( | const std::pair< std::string, std::string > & | x, |
const std::pair< std::string, std::string > & | y | ||
) | const |