
25 May
2010
25 May
'10
7:38 p.m.
intended to return the state to the initial value (typically, stateT()).
That is probably the most misleading point.
If state is POD then stateT() does nothing!
It is called value-initialization and it zeroes the POD value.
Thank you! I feel stupid. I hadn't knew about this C++ feature. Artyom