|
faunus
|
Turns a pair of iterators into a range. More...
#include <group.h>


Public Member Functions | |
| T & | begin () |
| T & | end () |
| const T & | begin () const |
| const T & | end () const |
| size_t | size () const |
| void | resize (size_t n) |
| bool | empty () const |
| void | clear () |
| std::pair< int, int > | to_index (T reference) const |
| Returns particle index pair relative to given reference. | |
Turns a pair of iterators into a range.
1.8.13