void operator++( qInt iDummy );
Name | Description | |
---|---|---|
iDummy |
Advances the iterator to point to the next duplicated object.
Because this post-positional operator is designed to return void, a compiler error results if you attempt to assign it.
CONFIDENTIAL