|
Thrill
0.1
|
#include <algorithm>#include <cstdlib>#include <utility>
Include dependency graph for simple_vector.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | SimpleVector< ValueType, Mode > |
| Simpler non-growing vector without initialization. More... | |
Namespaces | |
| tlx | |
Typedefs | |
| template<typename T > | |
| using | simple_vector = SimpleVector< T > |
| make template alias due to similarity with std::vector More... | |
Enumerations | |
| enum | SimpleVectorMode { Normal, NoInitButDestroy, NoInitNoDestroy } |
| enum class to select SimpleVector object initialization More... | |