TagVariant.this

Create a TagVariant from a D value using a template constructor.

  1. this(T val)
    struct TagVariant
    this
    (
    T
    )
    (
    T val
    )
    if ()
  2. this(const(TagLib_Variant) variant)

Parameters

T

The value type

val T

The value to assign to the new TagVariant structure