Btk
platform.hpp
1 #if !defined(_BTK_PLATFORM_HPP_)
2 #define _BTK_PLATFORM_HPP_
3 #include <string>
4 #include <string_view>
5 namespace Btk{
10  namespace Platform{
11 
12  };
13 };
14 
15 
16 #endif // _BTK_PLATFORM_HPP_
This header include many useful containers.
Definition: async.hpp:7