Skip to content

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 &)

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 .

Parameters
self Argument holder.
Template parameters
Args Argument types.
Dims Number of dimensions of the reset operation.

Fully qualified name: kfr::reset(const expression_with_arguments<Args...> &)

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.