13 template<
typename TDim,
typename TVal>
17 if constexpr(TDim::value > 0)
18 for(TVal i = 0; i < TVal{TDim::value}; i++)
23 template<
typename TDim,
typename TVal>
27 if constexpr(TDim::value > 0)
28 for(TVal i = 0; i < TVal{TDim::value}; i++)
33 template<
typename TDim,
typename TVal>
37 if constexpr(TDim::value > 0)
38 for(TVal i = 0; i < TVal{TDim::value}; i++)
constexpr auto extentSubView