libstdc++
GNU C++ library
Loading...
Searching...
No Matches

◆ _GLIBCXX_DEBUG_VERIFY

#define _GLIBCXX_DEBUG_VERIFY ( _Cond,
_ErrMsg )
Value:
_GLIBCXX_DEBUG_VERIFY_AT_F(_Cond, _ErrMsg, __FILE__, __LINE__, \
__PRETTY_FUNCTION__)
#define _GLIBCXX_DEBUG_VERIFY_AT_F(_Cond, _ErrMsg, _File, _Line, _Func)
Definition macros.h:42

Definition at line 52 of file macros.h.

52#define _GLIBCXX_DEBUG_VERIFY(_Cond,_ErrMsg) \
53 _GLIBCXX_DEBUG_VERIFY_AT_F(_Cond, _ErrMsg, __FILE__, __LINE__, \
54 __PRETTY_FUNCTION__)

Referenced by __gnu_debug::_Safe_iterator< _Base_iterator, map >::_Safe_iterator(), __gnu_debug::_Safe_iterator< _Base_iterator, map >::_Safe_iterator(), __gnu_debug::_Safe_iterator< _Base_iterator, map >::_Safe_iterator(), __gnu_debug::_Safe_local_iterator< _OtherIterator, _UContainer >::_Safe_local_iterator(), __gnu_debug::_Safe_local_iterator< _OtherIterator, _UContainer >::_Safe_local_iterator(), __gnu_debug::_Safe_local_iterator< _OtherIterator, _UContainer >::_Safe_local_iterator(), std::__debug::list< _Tp, _Allocator >::erase(), std::__debug::map< _Key, _Tp, _Compare, _Allocator >::erase(), std::__debug::multimap< _Key, _Tp, _Compare, _Allocator >::erase(), std::__debug::unordered_map< _Key, _Tp, _Hash, _Pred, _Alloc >::erase(), std::__debug::unordered_multimap< _Key, _Tp, _Hash, _Pred, _Alloc >::erase(), std::__debug::unordered_multiset< _Value, _Hash, _Pred, _Alloc >::erase(), std::__debug::unordered_set< _Value, _Hash, _Pred, _Alloc >::erase(), std::__debug::forward_list< _Tp, _Alloc >::erase_after(), std::__debug::multiset< _Key, _Compare, _Allocator >::for(), std::__debug::set< _Key, _Compare, _Allocator >::for(), __gnu_debug::_Safe_iterator< _Base_iterator, map >::operator*(), __gnu_debug::_Safe_local_iterator< _OtherIterator, _UContainer >::operator*(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, std::random_access_iterator_tag >::operator+, __gnu_debug::_Safe_iterator< _Iterator, _Sequence, std::random_access_iterator_tag >::operator+, __gnu_debug::_Safe_iterator< _Base_iterator, map >::operator++(), __gnu_debug::_Safe_iterator< _Base_iterator, map >::operator++(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, std::bidirectional_iterator_tag >::operator++(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, std::random_access_iterator_tag >::operator++(), __gnu_debug::_Safe_local_iterator< _OtherIterator, _UContainer >::operator++(), __gnu_debug::_Safe_local_iterator< _OtherIterator, _UContainer >::operator++(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, std::random_access_iterator_tag >::operator+=(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, std::random_access_iterator_tag >::operator-, __gnu_debug::_Safe_iterator< _Iterator, _Sequence, std::bidirectional_iterator_tag >::operator--(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, std::bidirectional_iterator_tag >::operator--(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, std::random_access_iterator_tag >::operator--(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, std::random_access_iterator_tag >::operator-=(), __gnu_debug::_Safe_iterator< _Base_iterator, map >::operator->(), __gnu_debug::_Safe_local_iterator< _OtherIterator, _UContainer >::operator->(), __gnu_debug::_Safe_iterator< _Base_iterator, map >::operator=(), __gnu_debug::_Safe_iterator< _Base_iterator, map >::operator=(), __gnu_debug::_Safe_local_iterator< _OtherIterator, _UContainer >::operator=(), __gnu_debug::_Safe_local_iterator< _OtherIterator, _UContainer >::operator=(), __gnu_debug::_Safe_iterator< _Iterator, _Sequence, std::random_access_iterator_tag >::operator[](), __gnu_debug::basic_string< char >::operator[](), __gnu_debug::basic_string< char >::operator[](), std::__debug::list< _Tp, _Allocator >::splice(), std::__debug::list< _Tp, _Allocator >::splice(), std::__debug::list< _Tp, _Allocator >::splice(), std::__debug::forward_list< _Tp, _Alloc >::splice_after(), std::__debug::forward_list< _Tp, _Alloc >::splice_after(), and std::__debug::forward_list< _Tp, _Alloc >::splice_after().