Darwin Neuroevolution Framework
Public Member Functions | List of all members
core::ArrayView< T > Class Template Reference

A 2d array slice (zero-based index, known size) More...

#include <matrix.h>

Public Member Functions

 ArrayView (T *array, size_t size)
 Constructs an array view.
 
T & operator[] (size_t index) const
 Indexed element access.
 
size_t size () const
 The count of elements in the array view.
 

Detailed Description

template<class T>
class core::ArrayView< T >

A 2d array slice (zero-based index, known size)

Note
ArrayView doesn't take ownership over the array memory it points to

The documentation for this class was generated from the following file: