Stxxl
1.4.0
|
#include <iostream>
#include <algorithm>
#include <stxxl/vector>
#include <stxxl/scan>
Go to the source code of this file.
Functions | |
template<class my_vec_type > | |
void | test_const_iterator (const my_vec_type &x) |
int | main () |
int main | ( | ) |
Definition at line 72 of file test_vector.cpp.
References stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::begin(), stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::clear(), stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::end(), stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::flush(), stxxl::generate(), stxxl::ran32State, stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::resize(), stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::size(), STXXL_MSG, std::swap(), and test_const_iterator().
void test_const_iterator | ( | const my_vec_type & | x | ) |
Definition at line 58 of file test_vector.cpp.
Referenced by main().