GetFEM  5.4.2
bgeot::small_vector< T > Class Template Reference

container for small vectors of POD (Plain Old Data) types. More...

#include <bgeot_small_vector.h>

Inherits bgeot::static_block_allocator.

Detailed Description

template<typename T>
class bgeot::small_vector< T >

container for small vectors of POD (Plain Old Data) types.

Should be as fast as std::vector<T> while beeing smaller and uses copy-on-write. The gain is especially valuable on 64 bits architectures.

Definition at line 205 of file bgeot_small_vector.h.


The documentation for this class was generated from the following file: