Template Struct DescriptorExtractor< array::ArrayView< T > >#

Struct Documentation#

template<typename T>
struct DescriptorExtractor<array::ArrayView<T>>#

Extracts the Descriptor type of an ArrayView object

Template Parameters

T – The Array type of the ArrayView

Public Types

using Type = ::librapid::detail::descriptor::Trivial#