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