chsvlib
chsv helper source code

◆ FixedMatrix() [4/15]

A moving constructor from a matrix with arbitrary implementing type and policy but same types of elements and an allocator.

Template Parameters
Derived2is a type which is based on the moved matrix.
Policy2is an execution policy of the matrix being moved.
Parameters
ris an rvalue reference to the matrix being moved into the constructed one. The matrix must have the same type of its elements (i.e. value_type) and allocator (allocator_type) as well as numbers of columns and rows in it.