VCCC  2024.05
VisualCamp Common C++ library
void_t.hpp
Go to the documentation of this file.
1 # /*
2 # * Created by YongGyu Lee on 2020/12/08.
3 # */
4 #
5 # ifndef VCCC_TYPE_TRAITS_VOID_T_HPP
6 # define VCCC_TYPE_TRAITS_VOID_T_HPP
7 #
8 # include <type_traits>
9 
10 namespace vccc {
11 
17 
18 template<typename ...>
19 using void_t = void;
20 
23 
24 } // namespace vccc
25 
26 # endif // VCCC_TYPE_TRAITS_VOID_T_HPP
void void_t
Definition: void_t.hpp:19
Definition: directory.h:12