EmulateArray.h File Reference

Go to the source code of this file.

Namespaces

 Eigen
 : InteropHeaders
 
 Eigen::internal
 

Macros

#define STD_GET_ARR_HACK
 

Typedefs

template<typename T , std::size_t N>
using Eigen::array = std::array< T, N >
 

Functions

template<std::size_t I_, class T , std::size_t N>
constexpr T && Eigen::internal::array_get (std::array< T, N > &&a)
 
template<std::size_t I_, class T , std::size_t N>
constexpr TEigen::internal::array_get (std::array< T, N > &a)
 
template<std::size_t I_, class T , std::size_t N>
constexpr T const & Eigen::internal::array_get (std::array< T, N > const &a)
 

Macro Definition Documentation

◆ STD_GET_ARR_HACK

#define STD_GET_ARR_HACK

Definition at line 272 of file EmulateArray.h.