Skip to content

Function sink

function sink(E &&) base

template <size_t width = 0, index_t Axis = infinite_size, typename E, typename Traits = expression_traits<E>>
KFR_FUNCTION const E& sink(E&& expr)

Reads the expression expr through the whole range.

Parameters
expr the input expression
Returns
the input expression is returned

Fully qualified name: kfr::sink(E &&)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.