std::_Fwd_list_node< _Tp, _Alloc > Struct Template Reference

A helper node class for forward_list. This is just a linked list with a data value in each node. There is a sorting utility method. More...

Inheritance diagram for std::_Fwd_list_node< _Tp, _Alloc >:
Inheritance graph
[legend]

List of all members.

Public Types

Public Member Functions

Static Public Member Functions

Public Attributes


Detailed Description

template<typename _Tp, typename _Alloc>
struct std::_Fwd_list_node< _Tp, _Alloc >

A helper node class for forward_list. This is just a linked list with a data value in each node. There is a sorting utility method.

Definition at line 81 of file forward_list.h.


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

Generated on 12 Mar 2010 for libstdc++ by  doxygen 1.6.1