Member.get

  1. T get()
    class Member
    const
    T
    get
    (
    T
    )
    ()
  2. const(T) get()
  3. inout(T) get()

Return Value

Type: T

The value as type T

Throws

If the member does not match the type T and HiBONException is thrown

Meta