20#ifndef LIBMESH_PPITER_H
21#define LIBMESH_PPITER_H
The PointerToPointerIter templated class is intended to wrap pointer-to-pointer iterators in an inter...
bool operator==(const PointerToPointerIter &j) const
const PointerToPointerIter & operator++()
bool operator!=(const PointerToPointerIter &j) const
PointerToPointerIter(T *const *it)
The libMesh namespace provides an interface to certain functionality in the library.