#include "config.h"
#include "exports.h"
#include <MRMesh/MRMeshFwd.h>
#include <functional>
Go to the source code of this file.
◆ MR_ADD_CTOR_DELETE_MOVE
| #define MR_ADD_CTOR_DELETE_MOVE |
( |
| StaticClassName | ) |
|
Value:StaticClassName()=default;\
StaticClassName(StaticClassName&&)noexcept = delete;\
StaticClassName& operator=(StaticClassName&&)noexcept = delete
◆ MR_DELETE_MOVE
| #define MR_DELETE_MOVE |
( |
| StaticClassName | ) |
|
Value:StaticClassName(StaticClassName&&)noexcept = delete;\
StaticClassName& operator=(StaticClassName&&)noexcept = delete