ivl 679
ivl::types::to_type< KEY, FROM > Struct Template Reference

changes the element type of an array More...

#include <evolution.hpp>

List of all members.


Detailed Description

template<class KEY, class FROM = bool>
struct ivl::types::to_type< KEY, FROM >

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.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations