Skip to content

class expression_traits<strided_channel<T>> audio

template <typename T>
struct expression_traits<strided_channel<T>> : public expression_traits_defaults { … }

typedef value_type

using value_type             = T

Defined at audio/data.hpp:426

variable dims

constexpr static size_t dims = 1

Defined at audio/data.hpp:427

function get_shape(const strided_channel<T> &)

constexpr static shape<dims> get_shape(const strided_channel<T>& u) { … }

Defined at audio/data.hpp:428

function get_shape()

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

Defined at audio/data.hpp:429

Defined at audio/data.hpp:424