iterator
![]() ![]() |
why don't you use UNORDERED_NODE_SNAPSHOT_TYPE instead of ORDERED_NODE_ITERATOR_TYPE? then you can access and modify the elements using snapshotItem without copying them to a separate array. |
![]() ![]() |
why don't you use UNORDERED_NODE_SNAPSHOT_TYPE instead of ORDERED_NODE_ITERATOR_TYPE? then you can access and modify the elements using snapshotItem without copying them to a separate array. |