SPC  Version 0.9.5
 All Files Functions Groups Pages
int SizeOf ( variant &  value)
inline

Calculate the size of a variable.

Calculate the number of bytes required to store the contents of the variable passed into the function.

Parameters
valueThe variable.
Returns
The number of bytes occupied by the variable.
Examples:
ex_SizeOf.spc.