Namespace for utility functions that manipulate bidirectional linked lists.
Synopsis
Declared in <bslalg_bidirectionallinklistutil.h>
struct BidirectionalLinkListUtil;
Description
This struct provides a namespace for utility functions that manipulate linked lists based on bslalg::BidirectionalLink nodes, including insertion, removal, and splicing.
Static Member Functions
Name |
Description |
Insert the specified |
|
Insert the specified |
|
Return |
|
Splice the range |
|
Unlink the specified |
Created with MrDocs