ArrayAccessor

Accessor implementing array access.

Members

Functions

access
Type access(Type[] component, size_t property)

Get a property out of component

componentType
TypeInfo componentType(Type[] component)

Identify the type of supported component.

has
bool has(Type[] component, size_t property)

Check if requested property is present in component.

Meta