sizeof

Calculate the size of a type
     type - type to calculate the size of
            can be specified as a typeinfo object (e.g. the result of get_tinfo())
            or a string with C declaration (e.g. "int")
returns: size of the type or -1 if error

long sizeof(typeinfo type);

Last updated