Struct member_get

Inheritance Relationships

Derived Type

Struct Documentation

struct member_get

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

Public Types

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

Public Static Functions

template<usize I, typename T> static constexpr VEG_INLINE auto apply (T &&arg) VEG_DEDUCE_RET(VEG_FWD(arg).template get< I >())