#include "scppnt/scppnt.h"
#include "scppnt/scppnt_error.h"
#include <iterator>

Go to the source code of this file.
| Namespaces | |
| namespace | SCPPNT | 
| Classes | |
| class | SCPPNT::slice_pointer_base< T, PTR, REF > | 
| Acts like T* but allows consecutive elements to be stored non-consecutively in memory.  More... | |
Contains definition of the slice_pointer_base class that is a generalization of a normal pointer allowing consecutive elements to be stored non-consecutively in memory (consecutive elements are separated from one another by a constant distance).
Definition in file slice_pointer.h.
 1.5.4
 1.5.4