Skip to content

struct window_by_type<window_type::rectangular> window

template <>                                                                                              \
    struct window_by_type<window_type::win> { … }

typedef type

using type = expression_##win<T>;                                                                    \
    };
KFR_WINDOW_BY_TYPE(rectangular)

Defined at dsp/window.hpp:429

Defined at dsp/window.hpp:429