ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
Public Types | List of all members
ndarray::ArrayBase< Derived >::ResultOf< View_ > Struct Template Reference

A template metafunction class to determine the result of a view indexing operation. More...

#include <ArrayBase.h>

Public Types

typedef Element Element_
 
typedef detail::ViewTraits< ND::value, RMC::value, typenameView_::Sequence >::ND ND_
 
typedef detail::ViewTraits< ND::value, RMC::value, typenameView_::Sequence >::RMC RMC_
 
typedef ArrayRef< Element_, ND_::value, RMC_::value > Type
 
typedef Array< Element_, ND_::value, RMC_::value > Value
 

Detailed Description

template<typename Derived>
template<typename View_>
struct ndarray::ArrayBase< Derived >::ResultOf< View_ >

A template metafunction class to determine the result of a view indexing operation.


The documentation for this struct was generated from the following file: