Home > def > staticarray 
 fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
static array
A static array is an array that is allocated directly inside an object.

A static array cannot be shared, and is destroyed with the object.

The size of a static array must be known at compilation time.

See also

dynamic array