MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::MutexOwner Struct Reference

#include <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: