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.
| expr | the input expression |
| the input expression is returned |
Fully qualified name: kfr::sink(E &&)
Declared at base/expression.hpp:1368
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.