Skip to content

class expression_traits<expression_handle<T, Dims>> base

template <typename T, index_t Dims>
struct expression_traits<expression_handle<T, Dims>> : expression_traits_defaults { … }

typedef value_type

using value_type             = T

Defined at base/handle.hpp:198

variable dims

constexpr static size_t dims = Dims

Defined at base/handle.hpp:199

function get_shape(const expression_handle<T, Dims> &)

constexpr static shape<dims> get_shape(const expression_handle<T, Dims>& self) { … }

Defined at base/handle.hpp:200

function get_shape()

constexpr static shape<dims> get_shape() { … }

Defined at base/handle.hpp:206

variable random_access

constexpr static inline bool random_access = false

Defined at base/handle.hpp:208

Defined at base/handle.hpp:196