function sink(E &&) expressions¶
template <size_t width = 0, index_t Axis = infinite_size, typename E, typename Traits = expression_traits<E>>
KFR_FUNCTION const E& sink(E&& expr) Read the expressionthrough the whole range.
| expr | the input expression |
| the input expression is returned |
Defined at base/expression.hpp:848