LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
IntrusiveDList.h File Reference
#include <iterator>
#include <type_traits>
#include "swoc/swoc_version.h"
Include dependency graph for IntrusiveDList.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Intrusive double linked list container.

This provides support for a doubly linked list container. Items in the list must provide links inside the class and accessor functions for those links.

Note
This is a header only library.

Definition in file IntrusiveDList.h.