21 template <
class MutexType>
An extension of mutex that defines an empty move constructor and assignment operator.
Definition: MovableMutex.hpp:22
MovableMutex & operator=(MovableMutex &&)
Definition: MovableMutex.hpp:27
MovableMutex(MovableMutex &&)
Definition: MovableMutex.hpp:26
Definition: string_util.hpp:15