Public Member Functions | |
| bool | operator() (const content_type &left, const content_type &right) const |
Definition at line 76 of file token_value.hh.
| bool lestes::lang::cplus::lex::token_value::compare_content::operator() | ( | const content_type & | left, | |
| const content_type & | right | |||
| ) | const |
Compares two token value contents with < operator.
| left | The left operand for the comparator. | |
| right | The right operand for the comparator. |
Definition at line 124 of file token_value.cc.
References lestes::is_less().
00125 { 00126 return is_less(left,right); 00127 }
1.5.1-20070107