Expression with modified flags. More...
Inheritance diagram for Flagged< ExpressionType, Added, Removed >:Expression with modified flags.
| ExpressionType | the type of the object of which we are modifying the flags |
| Added | the flags added to the expression |
| Removed | the flags removed from the expression (has priority over Added). |
This class represents an expression whose flags have been modified. It is the return type of MatrixBase::flagged() and most of the time this is the only way it is used.
1.7.6.1