Variable brille::isBareArray

Variable Documentation

template<class T, template<class> class A>
constexpr bool brille::isBareArray = isArray<T, A> && !isLatVec<T, A>