|
||||
File indexing completed on 2025-01-18 09:40:54
0001 #ifndef BOOST_MP11_DETAIL_MP_LIST_HPP_INCLUDED 0002 #define BOOST_MP11_DETAIL_MP_LIST_HPP_INCLUDED 0003 0004 // Copyright 2015, 2016 Peter Dimov. 0005 // 0006 // Distributed under the Boost Software License, Version 1.0. 0007 // 0008 // See accompanying file LICENSE_1_0.txt or copy at 0009 // http://www.boost.org/LICENSE_1_0.txt 0010 0011 namespace boost 0012 { 0013 namespace mp11 0014 { 0015 0016 // mp_list<T...> 0017 template<class... T> struct mp_list 0018 { 0019 }; 0020 0021 } // namespace mp11 0022 } // namespace boost 0023 0024 #endif // #ifndef BOOST_MP11_DETAIL_MP_LIST_HPP_INCLUDED
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |