29 #ifndef _GLIBCXX_DEBUG_SAFE_UNORDERED_CONTAINER_H
30 #define _GLIBCXX_DEBUG_SAFE_UNORDERED_CONTAINER_H 1
57 template<
typename _Container>
65 template<
typename _Predicate>
73 template<
typename _Predicate>
void _M_invalidate_if(_Predicate __pred)
Definition: safe_unordered_container.tcc:38
void _M_invalidate_local_if(_Predicate __pred)
Definition: safe_unordered_container.tcc:70
Base class that supports tracking of local iterators that reference an unordered container.
Definition: safe_unordered_base.h:123
Base class for constructing a safe unordered container type that tracks iterators that reference it...
Definition: safe_unordered_container.h:58