ivl 679
|
changes the element type of an array More...
#include <evolution.hpp>
changes the element type of an array
Changes the element type of a given array type, providing the Derived (the second) template argument of the array. It is used in functions where the array-type varies and is given as a template argument (e.g. can be array_nd, array_2d or array). This struct will preserve the array type while it will change the type of the elements.