struct DynFnMutTyped
Declaration
template <class T, class Store, class R, class... Args>
struct DynFnMutTyped { /* full declaration omitted */ };
Description
The implementation of type-erasure for the DynFnMut concept. #[doc.hidden]
Declared at: sus/fn/fn_dyn.h:106
Templates
- T
- Store
- R
- Args
Method Overview
- public constexpr DynFnMutTyped<T, Store, R, Args...>(Store && c)
Methods
ΒΆconstexpr DynFnMutTyped<T, Store, R, Args...>(
Store&& c)
constexpr DynFnMutTyped<T, Store, R, Args...>(
Store&& c)
Declared at: sus/fn/fn_dyn.h:107
Parameters
- Store&& c