Public Types | |
| enum | type { no_context, has_context } |
| no_context | manipulator has no context - that is, any two values of this type are considered equal (operator== will automatically return true) |
| has_context | manipulator has context - that is, you have to implement operator== in your manipulator class |