|
|
GAIA_NODISCARD bool | linked () const |
| | Returns true if the node is linked with another.
|
| |
|
|
T * | next = nullptr |
| | Pointer the the next element.
|
| |
|
T ** | prevs_next = nullptr |
| | Pointer to the memory address of the previous node's "next". This is not meant for traversal. It merely allows for maintaining the forward links of the list when removing an item, and allows O(1) removals even in a forward list.
|
| |
The documentation for this struct was generated from the following file:
- /home/runner/work/gaia-ecs/gaia-ecs/include/gaia/cnt/fwd_llist.h