| 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 | |
| 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... | |