mn_copyable.hpp File Reference
#include "mn_config.hpp"
Go to the source code of this file.
Classes | |
class | mn::only_copyable_tag< t > |
Not movable. More... | |
class | mn::only_move_tag< t > |
Not copyable. More... | |
class | mn::only_oneable_tag< t > |
Not copyable or movable. More... | |
class | mn::copy_move_tag< t > |
copyable and movable More... | |
Namespaces | |
mn | |
Macros | |
#define | MN_ONCOPYABLE_CLASS public mn::only_copyable_tag<void> |
#define | MN_ONMOVABLE_CLASS public mn::only_move_tag<void> |
#define | MN_ONSIGLETN_CLASS public mn::only_oneable_tag<void> |
#define | MN_DEFAULT_CLASS public mn::copy_move_tag<void> |
Detailed Description
This file is part of the Mini Thread Library (https://github.com/RoseLeBlood/MiniThread ).
- License
- The Mini Thread Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3, or (at your option) any later version.
The Mini Thread Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with the Mini Thread Library; if not, see https://www.gnu.org/licenses/.
Macro Definition Documentation
◆ MN_DEFAULT_CLASS
#define MN_DEFAULT_CLASS public mn::copy_move_tag<void> |
◆ MN_ONCOPYABLE_CLASS
#define MN_ONCOPYABLE_CLASS public mn::only_copyable_tag<void> |
◆ MN_ONMOVABLE_CLASS
#define MN_ONMOVABLE_CLASS public mn::only_move_tag<void> |
◆ MN_ONSIGLETN_CLASS
#define MN_ONSIGLETN_CLASS public mn::only_oneable_tag<void> |