|
libstdc++
|

Class std::map with safety/checking/debug instrumentation.
| void __gnu_debug::_Safe_sequence::_M_invalidate_if | ( | _Predicate | __pred | ) | [inherited] |
Invalidates all iterators x that reference this sequence, are not singular, and for which pred(x) returns true. pred will be invoked with the normal iterators nested in the safe ones.
| void __gnu_debug::_Safe_sequence::_M_transfer_from_if | ( | _Safe_sequence< map< _Key, _Tp, _Compare, _Allocator > > & | __from, |
| _Predicate | __pred | ||
| ) | [inherited] |
Transfers all iterators x that reference from sequence, are not singular, and for which pred(x) returns true. pred will be invoked with the normal iterators nested in the safe ones.