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

Tag type used to select a default trait implementation for type T. More...

Detailed Description

template<typename T, TraitDefaultPolicy P = TraitDefaultPolicy::Normal>
struct rstd::default_tag< T, P >

Tag type used to select a default trait implementation for type T.

Template Parameters
TThe type for which to provide a default implementation.
PThe policy controlling how the default is applied.

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