AssociativeArrayInspector.typeOf

Identify the type of child field of component.

  1. TypeInfo typeOf(ValueType[KeyType] component, KeyType property)
    class AssociativeArrayInspector(ValueType, KeyType = ValueType)
    const nothrow
    TypeInfo
    typeOf
    (
    ValueType[KeyType] component
    ,
    in KeyType property
    )
  2. TypeInfo typeOf(ValueType[KeyType] component)

Parameters

component ValueType[KeyType]

a composite component (class, struct, assoc array etc.) containing some fields

Return Value

Type: TypeInfo

Type of field, or typeid(void) if field is not present in component

Meta