Silicium
process_handle.hpp
Go to the documentation of this file.
1 #ifndef SILICIUM_PROCESS_HANDLE_HPP
2 #define SILICIUM_PROCESS_HANDLE_HPP
3 
4 #ifdef _WIN32
5 # include <silicium/win32/process_handle.hpp>
6 #else
7 # include <silicium/linux/process_handle.hpp>
8 #endif
9 
10 namespace Si
11 {
12  BOOST_STATIC_ASSERT(is_handle<process_handle>::value);
13 }
14 
15 #endif
BOOST_STATIC_ASSERT(Si::is_handle< absolute_path >::value)
Definition: absolute_path.hpp:19