Support Class Library
A set of tools providing classes and utility
void_t.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace scl{
4  namespace tools{
5  namespace meta{
9  template <class...>
10  using void_t = void;
11  }
12  }
13 }
void void_t
The must have.
Definition: void_t.h:10
Global namespace of the SCL.
Definition: alias.hpp:3