rstd 0.1.0
Loading...
Searching...
No Matches
rstd::ptr_::dyn_delegate< T > Struct Template Referenceexport
module rstd.core

Delegate that holds the vtable and data pointer for dynamic dispatch. More...

Detailed Description

template<typename T>
struct rstd::ptr_::dyn_delegate< T >

Delegate that holds the vtable and data pointer for dynamic dispatch.

Type-erased delegate for dynamic dispatch of trait T through a vtable.

Template Parameters
TThe trait type.
TThe trait type to dispatch dynamically.

The documentation for this struct was generated from the following files: