helper functor for creating sets of C-style strings
更多...
|
bool | operator() (const char *s1, const char *s2) const |
|
helper functor for creating sets of C-style strings
在文件 getpot.h 第 547 行定义.
bool GETPOT_NAMESPACE::GetPot::ltstr::operator() |
( |
const char * |
s1, |
|
|
const char * |
s2 |
|
) |
| const |
|
inline |
在文件 getpot.h 第 549 行定义.
549 {
return strcmp(s1, s2) < 0; }
该结构体的文档由以下文件生成: