|
Wire Sysio Wire Sysion 1.0.0
|
#include <array.hpp>
Public Member Functions | |
| T & | operator[] (size_t pos) |
| const T & | operator[] (size_t pos) const |
| const T * | begin () const |
| const T * | end () const |
| T * | begin () |
| T * | end () |
| size_t | size () const |
| T & | at (size_t pos) |
| const T & | at (size_t pos) const |
Public Attributes | |
| T | data [N] |
Provides a fixed size array that is easier for templates to specialize against or overload than T[N].
Checked indexing (when in debug build) that also simplifies dereferencing when you have an array<T,N>*.
Definition at line 21 of file array.hpp.