class expression_traits<expression_counter<T, Dims>> expressions¶
template <typename T, index_t Dims>
struct expression_traits<expression_counter<T, Dims>> : expression_traits_defaults { … } typedef value_type ¶
using value_type = T Defined at base/basic_expressions.hpp:93
variable dims ¶
constexpr static size_t dims = Dims Defined at base/basic_expressions.hpp:94
function get_shape(const expression_counter<T, Dims> &) ¶
constexpr static shape<dims> get_shape(const expression_counter<T, Dims>& self) { … } Defined at base/basic_expressions.hpp:96
function get_shape() ¶
constexpr static shape<dims> get_shape() { … } Defined at base/basic_expressions.hpp:100
Defined at base/basic_expressions.hpp:91