|
NGSolve
5.3
|
a range of intergers More...
#include <array.hpp>


Public Member Functions | |
| INLINE | T_Range (T f, T n) |
| INLINE T | First () const |
| INLINE T | Next () const |
| INLINE T | Size () const |
| INLINE T | operator[] (T i) const |
| INLINE bool | Contains (T i) const |
| INLINE ArrayRangeIterator< T > | begin () const |
| INLINE ArrayRangeIterator< T > | end () const |
| T_Range | Split (size_t nr, int tot) const |
a range of intergers
1.7.6.1