Skip to content

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.

Parameters
expr the input expression
Returns
the input expression is returned

Defined at base/expression.hpp:848