Class expression_traits¶
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 Fully qualified name: kfr::expression_traits<strided_channel<T>>::value_type
Declared at audio/data.hpp:439
variable dims ¶
constexpr static size_t dims = 1 Fully qualified name: kfr::expression_traits<strided_channel<T>>::dims
Declared at audio/data.hpp:440
function get_shape(const strided_channel<T> &) ¶
constexpr static shape<dims> get_shape(const strided_channel<T>& u) { … } Fully qualified name: kfr::expression_traits<strided_channel<T>>::get_shape(const strided_channel<T> &)
Declared at audio/data.hpp:441
function get_shape() ¶
constexpr static shape<dims> get_shape() { … } Fully qualified name: kfr::expression_traits<strided_channel<T>>::get_shape()
Declared at audio/data.hpp:442
Fully qualified name: kfr::expression_traits<strided_channel<T>>
Declared at audio/data.hpp:437
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.