Skip to content

class array<N> demo

template <int N>
struct array { … }

First paragraph will automatically be the brief description.

Detailed description goes here.

Template parameters
N Number of elements in the array

variable data

char data[N]

Defined at library.hpp:229

Defined at library.hpp:227