GetFEM
5.4.2
|
container for small vectors of POD (Plain Old Data) types. More...
#include <bgeot_small_vector.h>
Inherits bgeot::static_block_allocator.
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.