|
pstore2
|
Provides a small, normally stack allocated, buffer but which can be resized dynamically when necessary. More...
#include <array>#include <cstddef>#include <initializer_list>#include <vector>#include "pstore/adt/pointer_based_iterator.hpp"#include "pstore/support/assert.hpp"#include "pstore/support/inherit_const.hpp"

Go to the source code of this file.
Classes | |
| class | pstore::small_vector< ElementType, BodyElements > |
| A class which provides a vector-like interface to a small, normally stack allocated, buffer which may, if necessary, be resized. More... | |
Provides a small, normally stack allocated, buffer but which can be resized dynamically when necessary.
1.8.13