GCC Middle and Back End API Reference
|
#include <iterator-utils.h>
Public Types | |
using | const_iterator = T |
Public Member Functions | |
iterator_range ()=default | |
iterator_range (const T &begin, const T &end) | |
T | begin () const |
T | end () const |
operator bool () const | |
Private Attributes | |
T | m_begin |
T | m_end |
using iterator_range< T >::const_iterator = T |
|
default |
|
inline |
|
inline |
Referenced by iterator_range().
|
inline |
Referenced by iterator_range().
|
inlineexplicit |
|
private |
Referenced by begin(), iterator_range(), and operator bool().
|
private |
Referenced by end(), iterator_range(), and operator bool().