Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
Loading...
Searching...
No Matches
search::sublist_search::Node Struct Reference

A Node structure representing a single link Node in a linked list. More...

Collaboration diagram for search::sublist_search::Node:
[legend]

Public Attributes

uint32_t data = 0
 the key/value of the node
 
Nodenext {}
 pointer to the next node
 

Detailed Description

A Node structure representing a single link Node in a linked list.

Member Data Documentation

◆ next

Node* search::sublist_search::Node::next {}

pointer to the next node

49{}; ///< pointer to the next node

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