|
CMagic
0.5.0
Portable C library of utilities and data structures
|
Template implementation of a set container. More...
#include <cassert>#include <cstddef>#include <iterator>#include <new>#include <type_traits>#include "cmagic/set.h"Go to the source code of this file.
Classes | |
| class | cmagic::set< T > |
| A container that stores unique elements following a specific order. More... | |
| class | cmagic::set< T >::iterator |
Template implementation of a set container.
This is a wrapper over C implementation from set.h
1.8.13