FastSmallVector.hpp File Reference

An implementation of vector/array based on small object optimization. It is intended to be used by the DynamicEvaluation for better efficiency. More...

#include <array>
#include <algorithm>
#include <vector>
Include dependency graph for FastSmallVector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::FastSmallVector< ValueType, N >
 An implementation of vector/array based on small object optimization. It is intended to be used by the DynamicEvaluation for better efficiency. More...
 

Namespaces

namespace  Opm
 

Detailed Description

An implementation of vector/array based on small object optimization. It is intended to be used by the DynamicEvaluation for better efficiency.

An implementation of vector/array based on small object optimization. It is intended to be used by the DynamicEvaluation for better efficiency.

ValueType is the type of the data N is the size of the buffer that willl be allocated during compilation time