taggedalgebraic.visit

Undocumented in source.

Members

Templates

tryVisit
template tryVisit(VISITORS...)

The same as visit, except that failure to handle types is checked at runtime.

visit
template visit(VISITORS...)

Dispatches the value contained on a TaggedUnion or TaggedAlgebraic to a set of visitors.

Meta