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

The trait implementation specialization point. More...

Inheritance diagram for rstd::Impl< T, A >:
rstd::Impl< rstd::alloc::Allocator, alloc_::Global > rstd::WithTraitDefault< Self, Traits >

Detailed Description

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

The trait implementation specialization point.

Users specialize this struct to implement trait T for type A.

Template Parameters
TThe trait type to implement.
AThe concrete type implementing the trait.

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