MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
std_size_t.hpp
Go to the documentation of this file.
1 
12 #ifndef BOOST_MPL11_DETAIL_STD_SIZE_T_HPP
13 #define BOOST_MPL11_DETAIL_STD_SIZE_T_HPP
14 
15 namespace boost { namespace mpl11 { namespace detail {
21  using std_size_t = decltype(sizeof(int));
22 }}} // end namespace boost::mpl11::detail
23 
24 #endif // !BOOST_MPL11_DETAIL_STD_SIZE_T_HPP