|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Array-based dynamic set. More...
#include <stdexcept>#include <utility>#include <tpl_dynArray.H>#include <tpl_sort_utils.H>#include <ah-errors.H>Go to the source code of this file.
Classes | |
| class | Aleph::DynArray_Set< T, Equal > |
| Set-like container backed by a dynamic array. More... | |
Namespaces | |
| namespace | Aleph |
| Main namespace for Aleph-w library functions. | |
Array-based dynamic set.
Definition in file tpl_dynarray_set.H.