Skip to content

Macro KFR_WINDOW_BY_TYPE

macro KFR_WINDOW_BY_TYPE dsp

KFR_WINDOW_BY_TYPE(win)                                                                              \
    template <>                                                                                              \
    struct window_by_type<window_type::win>                                                                  \
    {                                                                                                        \
template <typename T>                                                                                \
using type = expression_##win<T>;                                                                    \
    };

Fully qualified name: KFR_WINDOW_BY_TYPE

Declared at dsp/window.hpp:522

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.