Public Types | |
typedef char | argument_type |
typedef char | result_type |
Public Member Functions | |
char | operator() (char __x, char __y) const |
char | operator() (char __x) const |
Test with chars as a datatype. We put only unique, lower case chars in the input. So the data validity is very easy.
typedef char oper_dbg< char >::argument_type |
typedef char oper_dbg< char >::result_type |
char oper_dbg< char >::operator() | ( | char | __x | ) | const [inline] |
char oper_dbg< char >::operator() | ( | char | __x, | |
char | __y | |||
) | const [inline] |