I have a question regarding the term thread-safety. Let me give an example:
#include #include /// A thread-safe vector class Th
Yes, I would. Both public methods are protected by locks, and all the special member functions (copy/move constructor/assignment) are implicitly deleted because std::mutex is neither copyable nor movable.
std::mutex