Support Class Library
A set of tools providing classes and utility
meta.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace scl{
4  namespace tools{
9  namespace meta{
14  namespace details{}
15  }
16  }
17 }
18 
19 #include <scl/tools/meta/void_t.h>
20 #include <scl/tools/meta/exists.h>
24 #include <scl/tools/meta/is_same.h>
26 #include <scl/tools/meta/fn_type.h>
27 #include <scl/tools/meta/fn_cast.h>
30 #include <scl/tools/meta/swap.h>
Global namespace of the SCL.
Definition: alias.hpp:3