A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://TheAlgorithms.github.io/C-Plus-Plus/db/d8b/struct_node.html below:

TheAlgorithms/C++: Node< ValueType > Class Template Reference

Loading...

Searching...

No Matches

#include <node.hpp>

template<class ValueType>
class Node< ValueType >

for std::cout for std::shared_ptr for std::vector Definition of the node as a linked-list

Template Parameters
ValueType type of data nodes of the linked list should contain

Definition at line 14 of file linkedlist_implentation_usingarray.cpp.

◆ value_type

template<class ValueType>

using Node< ValueType >::value_type = ValueType

Definition at line 17 of file node.hpp.

◆ Node()

template<class ValueType>

◆ data [1/2] ◆ data [2/2]

template<class ValueType>

ValueType Node< ValueType >::data = {} ◆ next [1/3] ◆ next [2/3]

template<class ValueType>

std::shared_ptr<Node<ValueType> > Node< ValueType >::next = {} ◆ next [3/3] ◆ val

The documentation for this class was generated from the following files:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4