struct DynFnOnceTyped

Declaration

template <class T, class Store, class R, class... Args>
struct DynFnOnceTyped { /* full declaration omitted */ };

Description

The implementation of type-erasure for the DynFnOnce concept. #[doc.hidden]

Declared at: sus/fn/fn_dyn.h:144

Templates

T
Store
R
Args

Method Overview

Methods

ΒΆconstexpr DynFnOnceTyped<T, Store, R, Args...>(
    Store&& c)

Declared at: sus/fn/fn_dyn.h:145

Parameters

Store&& c