rstd 0.1.0
Loading...
Searching...
No Matches
rstd::LinkClassMethod< T, A > Struct Template Referenceexport
module rstd.core

Links a class's own methods as the trait implementation, delegating via in-class dispatch. More...

Detailed Description

template<typename T, typename A>
struct rstd::LinkClassMethod< T, A >

Links a class's own methods as the trait implementation, delegating via in-class dispatch.

Template Parameters
TThe trait type.
AThe concrete type whose methods satisfy the trait.

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