ucx/cx/iterator.h

changeset 748
49a284f61e8c
parent 747
efbd59642577
child 750
4d7a2238c5ac
equal deleted inserted replaced
747:efbd59642577 748:49a284f61e8c
72 */ 72 */
73 __attribute__ ((__nonnull__)) 73 __attribute__ ((__nonnull__))
74 bool (*flag_removal)(void *); 74 bool (*flag_removal)(void *);
75 75
76 /** 76 /**
77 * Indicates whether this iterator is muting. 77 * Indicates whether this iterator may remove elements.
78 */ 78 */
79 bool mutating; 79 bool mutating;
80 80
81 /** 81 /**
82 * Internal flag for removing the current element when advancing. 82 * Internal flag for removing the current element when advancing.

mercurial