mn_void.hpp File Reference
#include "mn_config.hpp"

Go to the source code of this file.

Classes

class  mn::basic_void_type
 A dummy class with value-type semantics, mostly useful as a template argument. More...
 
struct  mn::make_void< ts >
 

Namespaces

 mn
 

Macros

#define config_HAVEVOIDT   1
 

Typedefs

template<class ... ts>
using mn::void_t = typename make_void< ts ... >::type
 

Detailed Description

This file is part of the Mini Thread Library (https://github.com/RoseLeBlood/MiniThread ).

Author
Copyright (c) 2018 Amber-Sophia Schroeck
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/.


Class Documentation

◆ mn::make_void

struct mn::make_void

template<class ... ts>
struct mn::make_void< ts >

Class Members
typedef basic_void_type type

Macro Definition Documentation

◆ config_HAVEVOIDT

#define config_HAVEVOIDT   1