Intrusive Data Structures in C and C++
11 minute read Published: 2025-07-22This article discusses the benefits and shortcomings of intrusive data
structures and the implementation of a type-safe container_of
in c++.
This article discusses the benefits and shortcomings of intrusive data
structures and the implementation of a type-safe container_of
in c++.