template<typename ExpressionType, template<typename> class StorageBase>
NoAlias class
Pseudo expression providing an operator = assuming no aliasing.
Template parameters | |
---|---|
ExpressionType | the type of the object on which to do the lazy assignment |
StorageBase |
This class represents an expression with special assignment operators assuming no aliasing between the target expression and the source expression. More precisely it alloas to bypass the EvalBeforeAssignBit flag of the source expression. It is the return type of MatrixBase::