#include <atlas/linalg/View.h>
template<typename View, typename>
Convert struct
Public types
-
using value_type = typename std::
conditional<std:: is_const<View>::value, const introspection::value_type<View>, introspection::value_type<View>>::type -
using type = array::
LocalView<value_type, introspection::rank<View>()>