Silicium
Main Page
Namespaces
Classes
Files
File List
File Members
silicium
path_char.hpp
Go to the documentation of this file.
1
#ifndef SILICIUM_PATH_CHAR_HPP
2
#define SILICIUM_PATH_CHAR_HPP
3
4
#include <
silicium/is_handle.hpp
>
5
6
namespace
Si
7
{
8
typedef
9
#ifdef _WIN32
10
wchar_t
11
#else
12
char
13
#endif
14
native_path_char
;
15
16
BOOST_STATIC_ASSERT
(
is_handle<native_path_char>::value
);
17
}
18
19
#endif
Si::BOOST_STATIC_ASSERT
BOOST_STATIC_ASSERT(Si::is_handle< absolute_path >::value)
Si
Definition:
absolute_path.hpp:19
is_handle.hpp
Si::is_handle
Definition:
is_handle.hpp:21
Si::native_path_char
char native_path_char
Definition:
path_char.hpp:14
Generated by
1.8.10