isIndexableNonAggregate

Determine if type t can be indexed or sliced given that it is not an aggregate with operator overloads.

bool
isIndexableNonAggregate

Parameters

t Type

type to check

Return Value

Type: bool

true if an expression of type t can be e1 in an array expression

Suggestion Box / Bug Report