Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
prevector.h File Reference
#include <assert.h>#include <stdlib.h>#include <stdint.h>#include <string.h>#include <cstddef>#include <iterator>#include <type_traits>#include <compat.h>
Include dependency graph for prevector.h:
This graph shows which files directly or indirectly include this file: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 >::reverse_iterator |
| class | prevector< N, T, Size, Diff >::const_iterator |
| class | prevector< N, T, Size, Diff >::const_reverse_iterator |
| union | prevector< N, T, Size, Diff >::direct_or_indirect |

