Closed WeiqunZhang closed 1 month ago
Note that because structured binding to const reference extends the lifetime of the temporary object, the following code is correct.
auto const& [a, b] = M * v
where M is a matrix and v is a vector.
Note that because structured binding to const reference extends the lifetime of the temporary object, the following code is correct.
where M is a matrix and v is a vector.