#include <prevector.h>
#include <bench/bench.h>
#include <serialize.h>
#include <streams.h>
#include <type_traits>
#include <vector>
Go to the source code of this file.
◆ PREVECTOR_TEST
#define PREVECTOR_TEST |
( |
|
name | ) |
|
Value:
{ \
Prevector##name<nontrivial_t>(bench); \
} \
{ \
Prevector##name<trivial_t>(bench); \
} \
Main entry point to nanobench's benchmarking facility.
Definition at line 111 of file prevector.cpp.
◆ trivial_t
◆ PrevectorClear()
◆ PrevectorDeserialize()
◆ PrevectorDestructor()
◆ PrevectorFillVectorDirect()
◆ PrevectorFillVectorIndirect()
◆ PrevectorResize()