Eigen::Tensor< Scalar_, NumIndices_, Options_, IndexType_ >::isOfNormalIndex< CustomIndices > Struct Template Reference

#include <Tensor.h>

Static Public Attributes

static const bool is_array = internal::is_base_of<array<Index, NumIndices>, CustomIndices>::value
 
static const bool is_int = NumTraits<CustomIndices>::IsInteger
 
static const bool value = is_array | is_int
 

Member Data Documentation

◆ is_array

template<typename Scalar_ , int NumIndices_, int Options_, typename IndexType_ >
template<typename CustomIndices >
const bool Eigen::Tensor< Scalar_, NumIndices_, Options_, IndexType_ >::isOfNormalIndex< CustomIndices >::is_array = internal::is_base_of<array<Index, NumIndices>, CustomIndices>::value
static

◆ is_int

template<typename Scalar_ , int NumIndices_, int Options_, typename IndexType_ >
template<typename CustomIndices >
const bool Eigen::Tensor< Scalar_, NumIndices_, Options_, IndexType_ >::isOfNormalIndex< CustomIndices >::is_int = NumTraits<CustomIndices>::IsInteger
static

◆ value

template<typename Scalar_ , int NumIndices_, int Options_, typename IndexType_ >
template<typename CustomIndices >
const bool Eigen::Tensor< Scalar_, NumIndices_, Options_, IndexType_ >::isOfNormalIndex< CustomIndices >::value = is_array | is_int
static

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