|
ALPSCore reference
|
#include <core.hpp>


Public Types | |
| typedef T | value_type |
Public Member Functions | |
| view () | |
| view (T *data, size_t size) | |
| T * | data () |
| const T * | data () const |
| size_t | size () const |
Data view as a thin wrapper around a continuous array.
Basically collects a pointer continuous array together with its size. Note that the view does not own the data pointer.
| typedef T alps::alea::view< T >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.11