libstdc++
std::__debug::unordered_set Class Reference
Inheritance diagram for std::__debug::unordered_set:

List of all members.

Public Types

Public Member Functions


Detailed Description

Class std::unordered_set with safety/checking/debug instrumentation.


Member Function Documentation

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< unordered_set< _Value, _Hash, _Pred, _Alloc > > &  __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.


The documentation for this class was generated from the following file: