RAD Studio VCL Reference
|
StaticArray = record [size] data: T; end;
template <typename T, int size> struct StaticArray { T data[size]; };
sysdyn.h
This is class System::StaticArray.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|