|
Stxxl
1.4.0
|
#include <stxxl/mng>#include <stxxl/ksort>#include <stxxl/vector>
Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &o, const my_type &obj) |
| bool | operator< (const my_type &a, const my_type &b) |
| int | main () |
| int main | ( | ) |
Definition at line 70 of file test_ksort.cpp.
References stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::begin(), stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::end(), stxxl::is_sorted(), stxxl::ksort(), memory_to_use, stxxl::vector< Tp_, PgSz_, PgTp_, BlkSize_, AllocStr_, SzTp_ >::size(), and STXXL_MSG.
Definition at line 65 of file test_ksort.cpp.
| std::ostream& operator<< | ( | std::ostream & | o, |
| const my_type & | obj | ||
| ) |
Definition at line 40 of file test_ksort.cpp.
1.7.6.1