#include <gdeque.h>
|
| Block () |
|
template<typename InputIterator > |
| Block (InputIterator first, InputIterator second) |
|
template<typename T, unsigned ChunkSize = 64, typename ContainerTy = FixedSizeRing<T, ChunkSize>>
template<typename T, unsigned ChunkSize = 64, typename ContainerTy = FixedSizeRing<T, ChunkSize>>
template<typename InputIterator >
galois::gdeque< T, ChunkSize, ContainerTy >::Block::Block |
( |
InputIterator |
first, |
|
|
InputIterator |
second |
|
) |
| |
|
inline |
template<typename T, unsigned ChunkSize = 64, typename ContainerTy = FixedSizeRing<T, ChunkSize>>
template<typename T, unsigned ChunkSize = 64, typename ContainerTy = FixedSizeRing<T, ChunkSize>>
The documentation for this struct was generated from the following file: