isAggregateType

True if the type of M in A is an aggregate type.

  1. eponymoustemplate isAggregateType(alias A)
  2. alias isAggregateType(alias A, string M) = isAggregateType!(typeof(getChild!(A, M)))
    alias isAggregateType(alias A, string M) = isAggregateType!(typeof(getChild!(A, M)))

Meta