Function to_filter¶
function to_filter(E &&) base¶
template <typename E, typename T = expression_value_type<E>>
KFR_INTRINSIC expression_filter<T> to_filter(E&& e) Creates a filter from an expression containing a placeholder.
The placeholder and the resulting filter share the same value type.
| e | Expression with a placeholder. |
An expression_filter wrapping e. |
Fully qualified name: kfr::to_filter(E &&)
Declared at base/filter.hpp:277
Function to_filter¶
function to_filter(expression_handle<T, 1> &&) base¶
template <typename T, typename E>
KFR_INTRINSIC expression_filter<T> to_filter(expression_handle<T, 1>&& e) Creates a filter from an expression handle containing a placeholder.
The placeholder and the resulting filter share the same value type.
| e | Expression handle with a placeholder. |
An expression_filter wrapping e. |
Fully qualified name: kfr::to_filter(expression_handle<T, 1> &&)
Declared at base/filter.hpp:291
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.