|
Stxxl
1.4.0
|
#include <iostream>#include <algorithm>#include <stxxl/vector>#include <stxxl/scan>
Go to the source code of this file.
Typedefs | |
| typedef stxxl::int64 | int64 |
Functions | |
| int | main () |
| typedef stxxl::int64 int64 |
Definition at line 21 of file test_vector_export.cpp.
| int main | ( | ) |
Definition at line 24 of file test_vector_export.cpp.
References stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::export_files(), stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::flush(), stxxl::ran32State, stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::size(), and STXXL_MSG.
1.7.6.1