|
HosrDiretta
|
Stack allocated array definition. More...
#include <Array.hpp>
Protected Attributes | |
| T | SData [si] |
Protected Attributes inherited from ACQUA::Array< T > | |
| T *const | Data |
| std::size_t | Size |
Additional Inherited Members | |
Public Member Functions inherited from ACQUA::Array< T > | |
| Array (T *d, std::size_t s) | |
| T * | begin () |
| const T * | begin () const |
| T * | end () |
| const T * | end () const |
| std::size_t | size () const |
| T & | operator[] (std::size_t i) |
| const T & | operator[] (std::size_t i) const |
| operator Array_const< T > () const | |
| bool | empty () |
Stack allocated array definition.
| T | Element type |
| si | Size of the array |