Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Default_MemArray Struct Reference
Inheritance diagram for Default_MemArray:
[legend]
Collaboration diagram for Default_MemArray:
[legend]

Public Attributes

const size_t n = 64
 
MemArray< intm = {n}
 

Detailed Description

Definition at line 52 of file memarray.cc.

Member Data Documentation

◆ m

MemArray<int> Default_MemArray::m = {n}

Definition at line 55 of file memarray.cc.

◆ n

const size_t Default_MemArray::n = 64

Definition at line 54 of file memarray.cc.


The documentation for this struct was generated from the following file: