Support Class Library
A set of tools providing classes and utility
utils.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 namespace scl{
8  namespace utils{
13  namespace details{}
14  }
15 }
16 
17 #include <scl/utils/toString.h>
18 #include <scl/utils/Any.h>
19 #include <scl/utils/RawStorage.h>
20 #include <scl/utils/Optional.h>
21 #include <scl/utils/Either.h>
22 #include <scl/utils/Result.h>
23 #include <scl/utils/Placeholder.h>
Global namespace of the SCL.
Definition: alias.hpp:3