open-cpp-utils 0.0.1
|
Wrapper for array of type T with fixed length N. More...
#include <array.h>
Public Types | |
using | value_type = T |
using | array_type = value_type[N] |
using | size_type = size_t |
Public Member Functions | |
constexpr | fixed_array (const fixed_array &array) |
constexpr | fixed_array (const array_type &data) |
constexpr size_type | size () |
Wrapper for array of type T with fixed length N.
T | |
N |