Go to the source code of this file.
|  | 
|  | libMesh | 
|  | The libMeshnamespace provides an interface to certain functionality in the library.
 | 
|  | 
|  | 
| template<typename IndexType > | 
| SimpleRange< IndexType > | libMesh::as_range (const std::pair< IndexType, IndexType > &p) | 
|  | Helper function that allows us to treat a homogenous pair as a range.  More... 
 | 
|  | 
| template<typename IndexType > | 
| SimpleRange< IndexType > | libMesh::as_range (const IndexType &first, const IndexType &second) | 
|  | As above, but can be used in cases where a std::pair is not otherwise involved.  More... 
 | 
|  |