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

Mixin that inherits the API of all given Traits for type Self. More...

Detailed Description

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

Mixin that inherits the API of all given Traits for type Self.

Template Parameters
SelfThe concrete type.
TraitsThe trait types whose APIs are mixed in.

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