Skip to content
Ned Bingham edited this page Mar 17, 2017 · 1 revision

std/index_list.h


index_list

A node which contains an element in the linked list.

Member Variables

  • value_type value is the value that this node contains.

Member Functions

Constructor

item()

The default constructor calls the default constructor of end_item and leaves value unset.

item(const value_type &value)

Calls the default constructor of end_item and sets value directly.

Simple Containers

Standard Containers

Interface Containers

Specialized Containers

Input/Output

Algorithm

Clone this wiki locally