Template Function make_t8_3D_vec_view

Function Documentation

template<typename TType>
inline auto make_t8_3D_vec_view(TType *ptr) noexcept

Convenience function to create a 3D vector view from a raw array.

Parameters:

ptr[in] The pointer to the array.

Template Parameters:

TType – The type (const and so on)

Returns:

The view.