libstdc++
safe_local_iterator.h File Reference

Go to the source code of this file.

Classes

class  __gnu_debug::_Safe_local_iterator< _Iterator, _UContainer >
 

Namespaces

namespace  __gnu_debug
 

Macros

#define _GLIBCXX_DEBUG_VERIFY_OPERANDS(_Lhs, _Rhs)
 

Functions

template<typename _Iterator, typename _UContainer>
_Iterator __gnu_debug::__unsafe (const _Safe_local_iterator< _Iterator, _UContainer > &__it)
 
template<typename _Iterator, typename _UContainer>
bool __gnu_debug::__valid_range (const _Safe_local_iterator< _Iterator, _UContainer > &__first, const _Safe_local_iterator< _Iterator, _UContainer > &__last)
 
template<typename _Iterator, typename _UContainer>
bool __gnu_debug::__valid_range (const _Safe_local_iterator< _Iterator, _UContainer > &__first, const _Safe_local_iterator< _Iterator, _UContainer > &__last, typename _Distance_traits< _Iterator >::__type &__dist_info)
 

Detailed Description

This file is a GNU debug extension to the Standard C++ Library.

Definition in file safe_local_iterator.h.

Macro Definition Documentation

◆ _GLIBCXX_DEBUG_VERIFY_OPERANDS

#define _GLIBCXX_DEBUG_VERIFY_OPERANDS ( _Lhs,
_Rhs )

Definition at line 34 of file safe_local_iterator.h.