Wire Sysio Wire Sysion 1.0.0
|
#include <array.hpp>
Public Types | |
typedef char | T |
Public Member Functions | |
array () | |
T * | begin () |
const T * | begin () const |
const T * | end () const |
size_t | size () const |
T & | at (size_t pos) |
const T & | at (size_t pos) const |
Public Attributes | |
T | data [N] |
provided for default 0 init
Checked indexing (when in debug build) that also simplifies dereferencing when you have an array<T,N>*.
Definition at line 77 of file array.hpp.