STXXL
1.4.1
|
Computes sorted runs type from value type and block size.
ValueType | type of values ins sorted runs |
BlockSize | size of blocks where sorted runs stored |
Definition at line 1607 of file sort_stream.h.
Public Types | |
typedef sorted_runs < trigger_entry_type, std::less< value_type > > | result |
Private Types | |
typedef BID< BlockSize > | bid_type |
typedef sort_helper::trigger_entry < bid_type, value_type > | trigger_entry_type |
typedef ValueType | value_type |
|
private |
Definition at line 1610 of file sort_stream.h.
typedef sorted_runs<trigger_entry_type, std::less<value_type> > stxxl::stream::compute_sorted_runs_type< ValueType, BlockSize >::result |
Definition at line 1614 of file sort_stream.h.
|
private |
Definition at line 1611 of file sort_stream.h.
|
private |
Definition at line 1609 of file sort_stream.h.