EmulateArray.h File Reference
#include <array>

Go to the source code of this file.

Namespaces

 Eigen
 Namespace containing all symbols from the Eigen library.
 
 Eigen::internal
 Namespace containing low-level routines from the Eigen library.
 

Macros

#define STD_GET_ARR_HACK   std::template get<I_, T, N>(a)
 

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 TEigen::internal::array_get (std::array< T, N > &a)
 
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 T const & Eigen::internal::array_get (std::array< T, N > const &a)
 

Macro Definition Documentation

◆ STD_GET_ARR_HACK

#define STD_GET_ARR_HACK   std::template get<I_, T, N>(a)