Skip to content

function to_filter(expression_handle<T, 1> &&) filter

template <typename T, typename E>
KFR_INTRINSIC expression_filter<T> to_filter(expression_handle<T, 1>&& e)

Converts expression with placeholder to filter. Placeholder and filter must have the same type

Defined at base/filter.hpp:144