rstd 0.1.0
Loading...
Searching...
No Matches
rstd::Choice< Enum, Data > Struct Template Referenceexport
module rstd.core

A tagged union that pairs an enum discriminant with associated data. More...

Detailed Description

template<typename Enum, typename Data>
struct rstd::Choice< Enum, Data >

A tagged union that pairs an enum discriminant with associated data.

Template Parameters
EnumThe enum type used as the discriminant.
DataThe data payload associated with the choice.

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