mgcpp
A C++ Math Library Based on CUDA
type_traits.hpp
Go to the documentation of this file.
1 
2 // Copyright RedPortal, mujjingun 2017 - 2018.
3 // Distributed under the Boost Software License, Version 1.0.
4 // (See accompanying file LICENSE or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 
7 #ifndef _MGCPP_TYPE_TRAITS_TYPE_TRAITS_HPP_
8 #define _MGCPP_TYPE_TRAITS_TYPE_TRAITS_HPP_
9 
10 static_assert(true, "remove this file");
11 
12 namespace mgcpp {
13 template <typename... Args>
14 using void_t = void;
15 
16 } // namespace mgcpp
17 
18 #endif
Definition: adapter_base.hpp:12
void void_t
Definition: type_traits.hpp:14