function to_filter(E &&) filter¶
template <typename E, typename T = expression_value_type<E>>
KFR_INTRINSIC expression_filter<T> to_filter(E&& e) Converts expression with placeholder to filter. Placeholder and filter must have the same type
Defined at base/filter.hpp:136