MeshLib C++ Docs
Loading...
Searching...
No Matches

#include <MRMesh/MRMutexOwner.h>

Public Member Functions

 MutexOwner () noexcept=default
 MutexOwner (const MutexOwner &) noexcept
 MutexOwner (MutexOwner &&) noexcept
MutexOwneroperator= (const MutexOwner &) noexcept
MutexOwneroperator= (MutexOwner &&) noexcept

Public Attributes

MR_BIND_IGNORE std::mutex m

Detailed Description

This class exists to provide copy and move constructors and assignment operations for std::mutex which actually does nothing


The documentation for this struct was generated from the following file: