Group: filter
A
function kfr::filter<T>::apply(T *, const expression_handle<T, 1> &, size_t) function kfr::filter<T>::apply(T *, const Expr &, size_t) function kfr::filter<T>::apply(T *, const T *, size_t) function kfr::filter<T>::apply(T (&)[Size]) Applies filter to a static array function kfr::filter<T>::apply(T *, size_t) function kfr::filter<T>::apply(T (&)[Size], T (&)[Size]) Applies filter to a static array and writes the result to another array function kfr::filter<T>::apply(univector<T, Tag> &) Applies filter to a univector function kfr::filter<T>::apply(univector<T, Tag1> &, const univector<T, Tag2> &) Applies filter to a univector and writes the result to another univector function kfr::filter<T>::apply(univector<T, Tag> &, const Expr &) function kfr::filter<T>::apply(univector<T, Tag> &, const expression_handle<T, 1> &)
E
F
O
P
function kfr::filter<T>::process_buffer(T *, const T *, size_t) function kfr::expression_filter<T>::process_buffer(T *, const T *, size_t) function kfr::filter<T>::process_expression(T *, const expression_handle<T, 1> &, size_t) function kfr::expression_filter<T>::process_expression(T *, const expression_handle<T, 1> &, size_t)
R
S
variable kfr::state_holder<T, false>::s variable kfr::state_holder<T, true>::s class kfr::state_holder<T, false> constructor kfr::state_holder<T, false>::state_holder<T, false>() constructor kfr::state_holder<T, false>::state_holder<T, false>(const state_holder<T, false> &) constructor kfr::state_holder<T, false>::state_holder<T, false>(state_holder<T, false> &&) constructor kfr::state_holder<T, false>::state_holder<T, false>(state_holder<T, true>) constructor kfr::state_holder<T, false>::state_holder<T, false>(std::reference_wrapper<const T>) constructor kfr::state_holder<T, false>::state_holder<T, false>(std::reference_wrapper<T>) constructor kfr::state_holder<T, false>::state_holder<T, false>(T) class kfr::state_holder<T, Stateless> class kfr::state_holder<T, true> constructor kfr::state_holder<T, true>::state_holder<T, true>() constructor kfr::state_holder<T, true>::state_holder<T, true>(const state_holder<T, true> &) constructor kfr::state_holder<T, true>::state_holder<T, true>(const T &) constructor kfr::state_holder<T, true>::state_holder<T, true>(state_holder<T, true> &&) constructor kfr::state_holder<T, true>::state_holder<T, true>(std::reference_wrapper<T>) constructor kfr::state_holder<T, true>::state_holder<T, true>(T) constructor kfr::state_holder<T, true>::state_holder<T, true>(T &) constructor kfr::state_holder<T, true>::state_holder<T, true>(T &&)
T