Function reverse¶
function reverse(Arg &&) base¶
template <expression_argument Arg>
KFR_INTRINSIC expression_reverse<Arg> reverse(Arg&& arg) Creates an expression that exposes arg with its trailing dimension reversed.
| arg | input expression |
an expression_reverse |
Fully qualified name: kfr::reverse(Arg &&)
Declared at base/basic_expressions.hpp:596
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.