Go to the source code of this file.
◆ operator<<() [1/3]
template<typename Accessor >
| std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const TriaRawIterator< Accessor > & |
i |
|
) |
| |
|
inline |
Print the address to which this iterator points to out. The address is given by the pair (level,index), where index is an index relative to the level in which the object is that is pointed to.
- Author
- Wolfgang Bangerth, 1998
Definition at line 1229 of file tria_iterator.h.
◆ operator<<() [2/3]
template<typename Accessor >
| std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const TriaIterator< Accessor > & |
i |
|
) |
| |
|
inline |
Print the address to which this iterator points to out. The address is given by the pair (level,index), where index is an index relative to the level in which the object is that is pointed to.
- Author
- Wolfgang Bangerth, 1998
Definition at line 1246 of file tria_iterator.h.
◆ operator<<() [3/3]
template<typename Accessor >
Print the address to which this iterator points to out. The address is given by the pair (level,index), where index is an index relative to the level in which the object is that is pointed to.
- Author
- Wolfgang Bangerth, 1998
Definition at line 1263 of file tria_iterator.h.