|
tlx
|
#include <algorithm>#include <cstdlib>#include <utility>Go to the source code of this file.
Classes | |
| class | SimpleVector< ValueType, Mode > |
| Simpler non-growing vector without initialization. More... | |
Namespaces | |
| namespace | tlx |
Typedefs | |
| template<typename T> | |
| using | simple_vector |
| make template alias due to similarity with std::vector | |
Enumerations | |
| enum class | SimpleVectorMode { Normal , NoInitButDestroy , NoInitNoDestroy } |
| enum class to select SimpleVector object initialization More... | |