Variant.get

Template to get multiple values from a Variant

  1. T get()
  2. auto get()
    class Variant
    get
    (
    T...
    )
    ()
    if (
    T.length > 1
    )

Parameters

T

The D types of the values to get

Return Value

Type: auto

A tuple containing the values from the Variant of the specified types