isAggregateType

True if A is an aggregate type symbol.

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

Meta