Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Presenting Boost.Intrusive containers

Boost.Intrusive offers a wide range of intrusive containers:

Boost.Intrusive also offers semi-intrusive containers:

Most of these intrusive containers can be configured with constant or linear time size:

To make user classes compatible with these intrusive containers Boost.Intrusive offers two types of hooks for each container type:

Apart from that, Boost.Intrusive offers additional features:


PrevUpHomeNext