souffle
2.0.2-371-g6315b36
|
The value stored in a single cell of a inner or leaf node. More...
Data Fields | |
std::atomic< Node * > | aptr |
atomic_value_type | avalue |
Node * | ptr {nullptr} |
value_type | value |
The value stored in a single cell of a inner or leaf node.
std::atomic<Node*> souffle::SparseArray< T, BITS, merge_op, copy_op >::Cell::aptr |
atomic_value_type souffle::SparseArray< T, BITS, merge_op, copy_op >::Cell::avalue |
Node* souffle::SparseArray< T, BITS, merge_op, copy_op >::Cell::ptr {nullptr} |
value_type souffle::SparseArray< T, BITS, merge_op, copy_op >::Cell::value |