MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
pair.hpp
Go to the documentation of this file.
1 
12 #ifndef BOOST_MPL11_DETAIL_PAIR_HPP
13 #define BOOST_MPL11_DETAIL_PAIR_HPP
14 
16 
17 
18 namespace boost { namespace mpl11 { namespace detail {
26  template <typename key, typename value>
27  struct pair { };
28 
36  template <std_size_t index, typename value>
37  struct index_pair { };
38 }}} // end namespace boost::mpl11::detail
39 
40 #endif // !BOOST_MPL11_DETAIL_PAIR_HPP
Empty struct (not a mpl::pair).
Definition: pair.hpp:27
Empty struct (not a mpl::pair).
Definition: pair.hpp:37
Defines boost::mpl11::detail::std_size_t.