Struct DefaultEdgeIndexStorage::LocalEdgeListChunk¶
- Defined in File local_edge_index.h
Nested Relationships¶
This struct is a nested type of Template Class DefaultEdgeIndexStorage.
Struct Documentation¶
-
struct
LocalEdgeListChunk
Public Functions
-
template<>
LocalEdgeListChunk
(size_t _numDest, bool _ow, DestT *_dest)
Public Members
-
template<>
size_tnumDest
-
template<>
size_tchunkSize
-
template<>
booloverwrite
-
template<>
std::array<DestT, kEdgeListChunkSize_>destinations
-
template<>