ZXFoundation™ 26h2
Loading...
Searching...
No Matches
lib::list_node Struct Referenceexport
module lib.list

Embeddable anchor for an intrusive doubly-linked list. More...

Collaboration diagram for lib::list_node:
[legend]

Public Member Functions

constexpr list_node () noexcept
 Initialize node to the self-linked (unlinked) state.
 list_node (const list_node &)=delete
 list_node (list_node &&)=delete
auto operator= (const list_node &)=delete
auto operator= (list_node &&)=delete

Data Fields

list_nodenext
list_nodeprev

Detailed Description

Embeddable anchor for an intrusive doubly-linked list.


The documentation for this struct was generated from the following file: