Template Struct DescriptorExtractor< array::ArrayContainer< ShapeType, StorageType > >#

Struct Documentation#

template<typename ShapeType, typename StorageType>
struct DescriptorExtractor<array::ArrayContainer<ShapeType, StorageType>>#

Extracts the Descriptor type of an ArrayContainer object. In this case, the Descriptor is Trivial

Template Parameters
  • ShapeType – The shape type of the ArrayContainer

  • StorageType – The storage type of the ArrayContainer

Public Types

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