|
|
|
|
|
by MetallicCloud
4977 days ago
|
|
I'm just guessing here, but I assume the variables are created on the stack, then copied into the table object, rather than references being passed to the table. So when the function would end, the original variables would be destroyed, but the copies would remain. |
|
Although not perfect this was probably the best way I could have designed such structures. There is some info in the header files as to how to use them.