template<typename ExpressionType>
Eigen::NestByValue class

Expression which must be nested by value.

Template parameters
ExpressionType the type of the object of which we are requiring nesting-by-value

This class is the return type of MatrixBase::nestByValue() and most of the time this is the only way it is used.