sw1tcherrr / intrusive-list

Implementation of intrusive list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intrusive list

Implementation of intrusive list similar to Boost.Intrusive. The list doesn’t own its elements so it has better perfomance and exception safety

Compilation

Tested with C++17

About

Implementation of intrusive list


Languages

Language:C++ 100.0%