rstd 0.1.0
Loading...
Searching...
No Matches
rstd::MayWithTrait< Self, Traits > Struct Template Referenceexport
module rstd.core

Conditionally mixes in trait APIs for Self, only including traits that Self implements. More...

Detailed Description

template<typename Self, typename... Traits>
struct rstd::MayWithTrait< Self, Traits >

Conditionally mixes in trait APIs for Self, only including traits that Self implements.

Template Parameters
SelfThe concrete type.
TraitsThe trait types to conditionally mix in.

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