Fantastic store strategy. More...
#include <tpie/pipelining/store.h>
Classes | |
| struct | element_type |
| struct | specific |
Public Member Functions | |
| template<typename element_t > | |
| specific< element_t > | get_specific () |
Fantastic store strategy.
We sort elements of type T, they are push to us a T If sizeof(T) is small, they are storred internally as T, if on the other hand sizeof(T) is large they are sorted using pointer indirection.