Function reset¶
function reset(const internal_generic::anything &) base¶
template <int dummy = 0>
KFR_INTRINSIC void reset(const internal_generic::anything&) No-op reset hook for the anything placeholder type.
Fully qualified name: kfr::reset(const internal_generic::anything &)
Declared at base/expression.hpp:415
Function reset¶
function reset(const expression_with_arguments<Args...> &) base¶
template <typename... Args>
KFR_INTRINSIC void reset(const expression_with_arguments<Args...>& self) Resets all arguments of an expression_with_arguments .
| self | Argument holder. |
| Args | Argument types. |
| Dims | Number of dimensions of the reset operation. |
Fully qualified name: kfr::reset(const expression_with_arguments<Args...> &)
Declared at base/expression.hpp:1007
Function reset¶
function reset(const expression_handle<T, NDims> &) base¶
template <typename T, index_t NDims>
KFR_INTRINSIC void reset(const expression_handle<T, NDims>& self) Internal ADL-provided implementation for expression_handle expressions.
Fully qualified name: kfr::reset(const expression_handle<T, NDims> &)
Declared at base/handle.hpp:312
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.