|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <iostream>#include <memory>#include <concepts>#include <stdexcept>#include <ah-errors.H>#include <tpl_memArray.H>Go to the source code of this file.
Classes | |
| struct | Foo |
Functions | |
| template<typename T > requires std::convertible_to<T, int> | |
| void | print (const MemArray< T > &s) |
| template<typename T > requires std::constructible_from<T, int> | |
| MemArray< T > | create_memarray (int n) |
| int | main (int argc, char *argv[]) |
Variables | |
| int | g_count = -1 |
Definition at line 88 of file test-memarray.C.
References Aleph::divide_and_conquer_partition_dp().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 98 of file test-memarray.C.
References ah_invalid_argument_if, Aleph::divide_and_conquer_partition_dp(), Aleph::MemArray< T >::get(), m, print(), and Aleph::MemArray< T >::put().
Definition at line 72 of file test-memarray.C.
References Aleph::MemArray< T >::capacity(), Aleph::divide_and_conquer_partition_dp(), and Aleph::MemArray< T >::size().
Referenced by main().
| int g_count = -1 |
Definition at line 38 of file test-memarray.C.
Referenced by Foo::Foo().