#pragma once #include #include "threading/sync/spinlock.hpp" template class SlRbTree : Lockable { public: private: std::map tree; };