Public Member Functions
|
List of all members
Wombat::char_str_less_than Struct Reference
#include <
MamdaOptionContractSet.h
>
Public Member Functions
bool
operator()
(const char *str1, const char *str2) const
Member Function Documentation
◆
operator()()
bool Wombat::char_str_less_than::operator()
(
const char *
str1
,
const char *
str2
)
const
37
{
38
return
strcmp(str1,str2) < 0;
39
}
The documentation for this struct was generated from the following file:
MamdaOptionContractSet.h
© 2012 Linux Foundation