You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple vector-like STL container that has can shallow-copy itself using reference counting - is basically a mixmatch between std::vector, std::shared_ptr, and std::span.