object_threadsafe
object_threadsafe copied to clipboard
Construct safe_ptr from std::unique_ptr
I needed to convert std::unique_ptr to sf::safe_ptr in my project, so I've added an appropriate constructor