Struct array_get

Inheritance Relationships

Derived Type

Struct Documentation

struct array_get

Subclassed by proxsuite::linalg::veg::_detail::_meta::has_array_get< I, T >

Public Types

template<typename I, typename T> result_type = decltype(VEG_DECLVAL(T &&)[I::value])

Public Static Functions

template<usize I, typename T> static inline constexpr VEG_INLINE auto apply (T &&arr) VEG_NOEXCEPT -> decltype(VEG_FWD(arr)[I])