Struct Subspace :: sus :: fn :: DynFnMut

struct DynFnMut
{ ... };

A type-erased object which satisifies the concept FnMut<R(Args...)>.

See DynConcept for more on type erasure of concept-satisfying types.

Static Data Members

static const bool IsDynFn
template <class T>
static const bool SatisfiesConcept

Operators

auto operator()(Args&&...) -> R
virtual
auto operator=(DynFnMut<R(Args...)>&&) -> DynFnMut<R(Args...)>&
deleted