class expression_traits<expression_scalar<T>> expressions¶
template <typename T>
struct expression_traits<expression_scalar<T>> : expression_traits_defaults { … } typedef value_type ¶
using value_type = T Defined at base/basic_expressions.hpp:43
variable dims ¶
constexpr static size_t dims = 0 Defined at base/basic_expressions.hpp:44
function get_shape(const expression_scalar<T> &) ¶
constexpr static shape<0> get_shape(const expression_scalar<T>& self) { … } Defined at base/basic_expressions.hpp:46
function get_shape() ¶
constexpr static shape<0> get_shape() { … } Defined at base/basic_expressions.hpp:47
Defined at base/basic_expressions.hpp:41