Skip to content

class expression_traits<expression_placeholder<T, Dims, Key>> base

template <typename T, index_t Dims, size_t Key>
struct expression_traits<expression_placeholder<T, Dims, Key>> : public expression_traits_defaults { … }

typedef value_type

using value_type             = T

Defined at base/handle.hpp:317

variable dims

constexpr static size_t dims = Dims

Defined at base/handle.hpp:318

function get_shape(const expression_placeholder<T, Dims, Key> &)

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

Defined at base/handle.hpp:319

function get_shape()

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

Defined at base/handle.hpp:323

Defined at base/handle.hpp:315