![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <algorithm>#include <cassert>#include <cstddef>#include <cstdint>#include <cstdlib>#include <cstring>#include <iterator>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | prevector< N, T, Size, Diff > |
| Implements a drop-in replacement for std::vector<T> which stores up to N elements directly (without heap allocation). More... | |
| class | prevector< N, T, Size, Diff >::iterator |
| class | prevector< N, T, Size, Diff >::const_iterator |
| union | prevector< N, T, Size, Diff >::direct_or_indirect |