>>is it true when we are ABLE to successfully insert i->csStudentIDs into the
>>set?
If the docs are correct: yes ;o)
>>and, are we able to successfully insert i->csStudentIDs into the set ONLY
>>because it wasn't there prior to the insertion?
Correct.
>>and, if the value of i->csStudentIDs already happened to be in the set prior
>>to insertion the bool would be FALSE?
Also correct - that's the whole purpose of this setup. It's way better than haveing e.g. a list or a vector of elements that have already been processed and manually search them.