Doxygen
|
Custom combined key compare and hash functor that uses a lower case string in case CASE_SENSE_NAMES is set to NO. 更多...
#include <filename.h>
Public 成员函数 | |
std::size_t | operator() (const std::string &input) const noexcept |
used as hash function 更多... | |
bool | operator() (const std::string &t1, const std::string &t2) const |
used as equal operator 更多... | |
Private 成员函数 | |
std::string | searchKey (std::string input) const |
Custom combined key compare and hash functor that uses a lower case string in case CASE_SENSE_NAMES is set to NO.
在文件 filename.h 第 44 行定义.
|
inlinenoexcept |
|
inline |
|
inlineprivate |