Attribute.get

Ditto, but also accepts a template parameter which the result is converted to (if the conversion is possible).

  1. Variant get [@property getter]
  2. T get [@property getter]
    class Attribute
    @property const
    T
    get
    (
    T
    )
    ()

Parameters

T

The conversion type.

Return Value

Type: T

The converted attribute value.

Meta