Support Class Library
A set of tools providing classes and utility
make.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace scl{
4  namespace tools{
9  namespace make{}
10  }
11 }
12 
13 #include <scl/tools/make/from.h>
14 #include <scl/tools/make/ptr.h>
15 #include <scl/tools/make/unique.h>
16 #include <scl/tools/make/shared.h>
17 #include <scl/tools/make/atomic.h>
18 #include <scl/tools/make/promise.h>
20 #include <scl/tools/make/result.h>
21 #include <scl/tools/make/any.h>
22 #include <scl/tools/make/mutexed.h>
Global namespace of the SCL.
Definition: alias.hpp:3
Group of factory functions.
Definition: any.h:8