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

Mixin that inherits the default trait implementations for all given Traits using in-class policy. More...

Inheritance diagram for rstd::WithTraitDefault< Self, Traits >:
rstd::Impl< T, A >

Detailed Description

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

Mixin that inherits the default trait implementations for all given Traits using in-class policy.

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

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