intrusive

Intrusive Data Structures in C and C++

11 minute read Published: 2025-07-22

This article discusses the benefits and shortcomings of intrusive data structures and the implementation of a type-safe container_of in c++.