Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
tpl_dynarray_set.H File Reference

Array-based dynamic set. More...

#include <stdexcept>
#include <utility>
#include <tpl_dynArray.H>
#include <tpl_sort_utils.H>
#include <ah-errors.H>
Include dependency graph for tpl_dynarray_set.H:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Array-based dynamic set.

Author
Leandro Rabindranath León

Definition in file tpl_dynarray_set.H.