Provides the interface for the woss::Transducer class.
More...
Go to the source code of this file.
Provides the interface for the woss::Transducer class.
- Author
- Federico Guerra
Provides the interface for the woss::Transducer class
◆ operator!=()
Inequality operator
- Parameters
-
left | left operand const reference |
right | right operand const reference |
- Returns
- true if left == right, false otherwise
◆ operator==()
Equality operator
- Parameters
-
left | left operand const reference |
right | right operand const reference |
- Returns
- true if left == right, false otherwise